Search found 6 matches

by siva27
Mon Jul 09, 2007 7:51 am
Forum: Oracle Forms & Reports
Topic: Enable CheckBox after Save Button
Replies: 1
Views: 1633

Enable CheckBox after Save Button

Hi All, I have customized new form.i have one block ,in that i'm haing 5columns and one checkbox. the user will enter data into 5columns and click on save button,then the check box should be enabled.before itis should not allow to do any operation on that check box. After the checkbox is checked and...
by siva27
Tue Jun 19, 2007 3:12 am
Forum: Oracle Forms & Reports
Topic: Custom.pll
Replies: 1
Views: 2297

Custom.pll

Hi all, By using Custom.pll i have used Special Menu creation,this is the code as follows procedure event(event_name varchar2) is begin mi_id := find_menu_item('SPECIAL.SPECIAL15'); if (form_name = 'CSXSRISR' and block_name = 'INCIDENT_NUMBER') then IF name_in('system.cursor_block') = 'INCIDENT_NUMB...
by siva27
Thu May 24, 2007 6:09 am
Forum: Oracle Forms & Reports
Topic: Logic Required to Slove
Replies: 2
Views: 1371

Logic Required to Slove

Hi All, I have a Form with 2 frames.And i have one table which consists of 10 Columns.In ist Frame i'm using 4 columns and Layout Style as Form. the remaing 6columns i have used seperate frame with Layout Style as Tabular Form. But my requirement is that for 1st time i will insert the data and it wi...
by siva27
Wed May 23, 2007 1:34 am
Forum: Oracle Forms & Reports
Topic: Master-Detail Relation
Replies: 0
Views: 789

Master-Detail Relation

Hi All, I have a Form,Which consists of Master-Detail Relation.I can able to insert the data through Form. When i query i will get all the data in the data base. For Ex : again i hvae to insert new record in the Detail level by keeping Master level same it shold not be changed. If i query next time ...
by siva27
Wed Apr 25, 2007 2:23 am
Forum: Oracle Forms & Reports
Topic: ORA-01830: date format picture ends before convert
Replies: 2
Views: 4657

Hi Siva Sankar, I'm using the Fnd_Standard.set_who; in the pre-insert procedure. When ever i click in Form Front end by clicking SAVE button , This is how i'm getting the Error. In forms where will be the Fnd_Standard.set_who; will be available.If u have idea can u please explane me in detail. if po...
by siva27
Tue Apr 24, 2007 9:52 am
Forum: Oracle Forms & Reports
Topic: ORA-01830: date format picture ends before convert
Replies: 2
Views: 4657

ORA-01830: date format picture ends before convert

I have created pre-insert Trigger at master % detail blocks. in the master & details tables i have WHO columns in the back-end. BEGIN SELECT JVG_HEADER_ID_SEQ.nextval INTO :XX_JVG_CATALOG_HEADER.CAT_HEADER_ID FROM DUAL; Fnd_Standard.set_who; END; Error : ORA-01830: date format picture ends befor...