DBA Data[Home] [Help]

APPS.CSF_DEBRIEF_LINES_PKG dependencies on JTF_USR_HKS

Line 163: --dbms_output.put_line('Calling jtf_usr_hks.Ok_To_Execute ');

159: l_debrief_line.ATTRIBUTE15 :=p_ATTRIBUTE15 ;
160: l_debrief_line.ATTRIBUTE_CATEGORY :=p_ATTRIBUTE_CATEGORY ;
161: l_debrief_line.TRANSACTION_TYPE_ID := P_TRANSACTION_TYPE_ID;
162: l_debrief_line.RETURN_DATE:=p_RETURN_DATE ;
163: --dbms_output.put_line('Calling jtf_usr_hks.Ok_To_Execute ');
164:
165: if l_dml_mode is null then
166: l_dml_mode := 'BOTH';
167: end if;

Line 170: IF jtf_usr_hks.Ok_To_Execute('CSF_DEBRIEF_LINES_PKG',

166: l_dml_mode := 'BOTH';
167: end if;
168:
169: if l_dml_mode <> 'POST' then
170: IF jtf_usr_hks.Ok_To_Execute('CSF_DEBRIEF_LINES_PKG',
171: 'Insert_Row',
172: 'B', 'C') THEN
173: --dbms_output.put_line('Calling csf_debrief_lines_cuhk.Create_debrief_line_Pre ');
174: csf_debrief_lines_cuhk.Create_debrief_line_Pre

Line 194: IF jtf_usr_hks.Ok_To_Execute('CSF_DEBRIEF_LINES_PKG',

190:
191: --dbms_output.put_line('Again Hook ');
192: -- Pre call to the Vertical Type User Hook
193: --
194: IF jtf_usr_hks.Ok_To_Execute('CSF_DEBRIEF_LINES_PKG',
195: 'Insert_Row',
196: 'B', 'V') THEN
197: --dbms_output.put_line('Pre Called ');
198: csf_debrief_lines_vuhk.Create_debrief_line_Pre

Line 388: IF jtf_usr_hks.Ok_To_Execute('CSF_DEBRIEF_LINES_PKG',

384: end if;
385:
386: -- dbms_output.put_line('INSERTED ');
387: if l_dml_mode <> 'PRE' then
388: IF jtf_usr_hks.Ok_To_Execute('CSF_DEBRIEF_LINES_PKG',
389: 'Insert_Row',
390: 'B', 'C') THEN
391: --dbms_output.put_line('CREATE LINE POST ');
392: csf_debrief_lines_cuhk.Create_debrief_line_post

Line 411: IF jtf_usr_hks.Ok_To_Execute('CSF_DEBRIEF_LINES_PKG',

407:
408:
409: -- Pre call to the Vertical Type User Hook
410: --
411: IF jtf_usr_hks.Ok_To_Execute('CSF_DEBRIEF_LINES_PKG',
412: 'Insert_Row',
413: 'B', 'V') THEN
414: csf_debrief_lines_vuhk.Create_debrief_line_post
415: ( px_debrief_line => l_debrief_line,

Line 602: IF jtf_usr_hks.Ok_To_Execute('CSF_DEBRIEF_LINES_PKG',

598:
599:
600: if l_dml_mode <> 'POST' then
601:
602: IF jtf_usr_hks.Ok_To_Execute('CSF_DEBRIEF_LINES_PKG',
603: 'Update_Row',
604: 'B', 'C') THEN
605:
606: csf_debrief_lines_cuhk.update_debrief_line_Pre

Line 624: IF jtf_usr_hks.Ok_To_Execute('CSF_DEBRIEF_LINES_PKG',

620:
621:
622: -- Pre call to the Vertical Type User Hook
623: --
624: IF jtf_usr_hks.Ok_To_Execute('CSF_DEBRIEF_LINES_PKG',
625: 'Insert_Row',
626: 'B', 'V') THEN
627: csf_debrief_lines_vuhk.update_debrief_line_Pre
628: ( px_debrief_line => l_debrief_line,

Line 740: IF jtf_usr_hks.Ok_To_Execute('CSF_DEBRIEF_LINES_PKG',

736: end if;
737:
738: if l_dml_mode <> 'PRE' then
739:
740: IF jtf_usr_hks.Ok_To_Execute('CSF_DEBRIEF_LINES_PKG',
741: 'Insert_Row',
742: 'A', 'C') THEN
743:
744: csf_debrief_lines_cuhk.update_debrief_line_Post

Line 762: IF jtf_usr_hks.Ok_To_Execute('CSF_DEBRIEF_LINES_PKG',

758:
759:
760: -- Pre call to the Vertical Type User Hook
761: --
762: IF jtf_usr_hks.Ok_To_Execute('CSF_DEBRIEF_LINES_PKG',
763: 'Insert_Row',
764: 'A', 'V') THEN
765: csf_debrief_lines_vuhk.update_debrief_line_post
766: ( px_debrief_line => l_debrief_line,

Line 813: IF jtf_usr_hks.Ok_To_Execute('CSF_DEBRIEF_LINES_PKG',

809: l_dml_mode := 'BOTH';
810: end if;
811:
812: if l_dml_mode <> 'POST' then
813: IF jtf_usr_hks.Ok_To_Execute('CSF_DEBRIEF_LINES_PKG',
814: 'Delete_Row',
815: 'B', 'C') THEN
816:
817: csf_debrief_lines_cuhk.delete_debrief_line_Pre

Line 835: IF jtf_usr_hks.Ok_To_Execute('CSF_DEBRIEF_LINES_PKG',

831:
832:
833: -- Pre call to the Vertical Type User Hook
834: --
835: IF jtf_usr_hks.Ok_To_Execute('CSF_DEBRIEF_LINES_PKG',
836: 'Delete_Row',
837: 'B', 'V') THEN
838: csf_debrief_lines_vuhk.delete_debrief_line_Pre
839: ( p_line_id => p_DEBRIEF_LINE_ID,

Line 879: IF jtf_usr_hks.Ok_To_Execute('CSF_debrief_lineS_PKG',

875: end if;
876:
877: if l_dml_mode <> 'PRE' then
878:
879: IF jtf_usr_hks.Ok_To_Execute('CSF_debrief_lineS_PKG',
880: 'Delete_Row',
881: 'A', 'C') THEN
882:
883: csf_debrief_lines_cuhk.delete_debrief_line_post

Line 901: IF jtf_usr_hks.Ok_To_Execute('CSF_DEBRIEF_LINES_PKG',

897:
898:
899: -- Pre call to the Vertical Type User Hook
900: --
901: IF jtf_usr_hks.Ok_To_Execute('CSF_DEBRIEF_LINES_PKG',
902: 'Insert_Row',
903: 'A', 'V') THEN
904: csf_debrief_lines_vuhk.delete_debrief_line_post
905: ( p_line_id => p_DEBRIEF_LINE_ID,