DBA Data[Home] [Help]

APPS.JTF_RS_TEAM_USAGES_PVT dependencies on JTF_RESOURCE_UTL

Line 134: IF jtf_resource_utl.ok_to_execute(

130: /* Make the pre processing call to the user hooks */
131:
132: /* Pre Call to the Customer Type User Hook */
133:
134: IF jtf_resource_utl.ok_to_execute(
135: 'JTF_RS_TEAM_USAGES_PVT',
136: 'CREATE_TEAM_USAGE',
137: 'B',
138: 'C')

Line 170: IF jtf_resource_utl.ok_to_execute(

166: END IF;
167: END IF;
168:
169: /* Pre Call to the Vertical Type User Hook */
170: IF jtf_resource_utl.ok_to_execute(
171: 'JTF_RS_TEAM_USAGES_PVT',
172: 'CREATE_TEAM_USAGE',
173: 'B',
174: 'V')

Line 206: IF jtf_resource_utl.ok_to_execute(

202: END IF;
203: END IF;
204:
205: /* Pre Call to the Internal Type User Hook */
206: IF jtf_resource_utl.ok_to_execute(
207: 'JTF_RS_TEAM_USAGES_PVT',
208: 'CREATE_TEAM_USAGE',
209: 'B',
210: 'I')

Line 336: x_created_by => jtf_resource_utl.created_by,

332: x_attribute14 => p_attribute14,
333: x_attribute15 => p_attribute15,
334: x_attribute_category => p_attribute_category,
335: x_creation_date => SYSDATE,
336: x_created_by => jtf_resource_utl.created_by,
337: x_last_update_date => SYSDATE,
338: x_last_updated_by => jtf_resource_utl.updated_by,
339: x_last_update_login => jtf_resource_utl.login_id
340: );

Line 338: x_last_updated_by => jtf_resource_utl.updated_by,

334: x_attribute_category => p_attribute_category,
335: x_creation_date => SYSDATE,
336: x_created_by => jtf_resource_utl.created_by,
337: x_last_update_date => SYSDATE,
338: x_last_updated_by => jtf_resource_utl.updated_by,
339: x_last_update_login => jtf_resource_utl.login_id
340: );
341:
342:

Line 339: x_last_update_login => jtf_resource_utl.login_id

335: x_creation_date => SYSDATE,
336: x_created_by => jtf_resource_utl.created_by,
337: x_last_update_date => SYSDATE,
338: x_last_updated_by => jtf_resource_utl.updated_by,
339: x_last_update_login => jtf_resource_utl.login_id
340: );
341:
342:
343: -- dbms_output.put_line('Inserted Row');

Line 389: IF jtf_resource_utl.ok_to_execute(

385:
386: /* Make the post processing call to the user hooks */
387:
388: /* Post Call to the Customer Type User Hook */
389: IF jtf_resource_utl.ok_to_execute(
390: 'JTF_RS_TEAM_USAGES_PVT',
391: 'CREATE_TEAM_USAGE',
392: 'A',
393: 'C')

Line 426: IF jtf_resource_utl.ok_to_execute(

422: END IF;
423: END IF;
424:
425: /* Post Call to the Vertical Type User Hook */
426: IF jtf_resource_utl.ok_to_execute(
427: 'JTF_RS_TEAM_USAGES_PVT',
428: 'CREATE_TEAM_USAGE',
429: 'A',
430: 'V')

Line 462: IF jtf_resource_utl.ok_to_execute(

458: END IF;
459: END IF;
460:
461: /* Post Call to the Internal Type User Hook */
462: IF jtf_resource_utl.ok_to_execute(
463: 'JTF_RS_TEAM_USAGES_PVT',
464: 'CREATE_TEAM_USAGE',
465: 'A',
466: 'I')

Line 498: IF jtf_resource_utl.ok_to_execute(

494: END IF;
495:
496: /* Standard call for Message Generation */
497:
498: IF jtf_resource_utl.ok_to_execute(
499: 'JTF_RS_TEAM_USAGES_PVT',
500: 'CREATE_TEAM_USAGE',
501: 'M',
502: 'M')

Line 662: IF jtf_resource_utl.ok_to_execute(

658:
659: /* Make the pre processing call to the user hooks */
660:
661: /* Pre Call to the Customer Type User Hook */
662: IF jtf_resource_utl.ok_to_execute(
663: 'JTF_RS_TEAM_USAGES_PVT',
664: 'DELETE_TEAM_USAGE',
665: 'B',
666: 'C')

Line 698: IF jtf_resource_utl.ok_to_execute(

694: END IF;
695:
696:
697: /* Pre Call to the Vertical Type User Hook */
698: IF jtf_resource_utl.ok_to_execute(
699: 'JTF_RS_TEAM_USAGES_PVT',
700: 'DELETE_TEAM_USAGE',
701: 'B',
702: 'V')

Line 734: IF jtf_resource_utl.ok_to_execute(

730: END IF;
731:
732:
733: /* Pre Call to the Internal Type User Hook */
734: IF jtf_resource_utl.ok_to_execute(
735: 'JTF_RS_TEAM_USAGES_PVT',
736: 'DELETE_TEAM_USAGE',
737: 'B',
738: 'I')

Line 862: IF jtf_resource_utl.ok_to_execute(

858:
859: /* Make the post processing call to the user hooks */
860:
861: /* Post Call to the Customer Type User Hook */
862: IF jtf_resource_utl.ok_to_execute(
863: 'JTF_RS_TEAM_USAGES_PVT',
864: 'DELETE_TEAM_USAGE',
865: 'A',
866: 'C')

Line 899: IF jtf_resource_utl.ok_to_execute(

895: END IF;
896:
897:
898: /* Post Call to the Vertical Type User Hook */
899: IF jtf_resource_utl.ok_to_execute(
900: 'JTF_RS_TEAM_USAGES_PVT',
901: 'DELETE_TEAM_USAGE',
902: 'A',
903: 'V')

Line 935: IF jtf_resource_utl.ok_to_execute(

931: END IF;
932:
933:
934: /* Post Call to the Internal Type User Hook */
935: IF jtf_resource_utl.ok_to_execute(
936: 'JTF_RS_TEAM_USAGES_PVT',
937: 'DELETE_TEAM_USAGE',
938: 'A',
939: 'I')

Line 970: IF jtf_resource_utl.ok_to_execute(

966:
967:
968: /* Standard call for Message Generation */
969:
970: IF jtf_resource_utl.ok_to_execute(
971: 'JTF_RS_TEAM_USAGES_PVT',
972: 'DELETE_TEAM_USAGE',
973: 'M',
974: 'M')