DBA Data[Home] [Help]

APPS.JTF_RS_GROUP_USAGES_PVT dependencies on JTF_RESOURCE_UTL

Line 138: IF jtf_resource_utl.ok_to_execute(

134: /* Make the pre processing call to the user hooks */
135:
136: /* Pre Call to the Customer Type User Hook */
137:
138: IF jtf_resource_utl.ok_to_execute(
139: 'JTF_RS_GROUP_USAGES_PVT',
140: 'CREATE_GROUP_USAGE',
141: 'B',
142: 'C')

Line 175: IF jtf_resource_utl.ok_to_execute(

171:
172:
173: /* Pre Call to the Vertical Type User Hook */
174:
175: IF jtf_resource_utl.ok_to_execute(
176: 'JTF_RS_GROUP_USAGES_PVT',
177: 'CREATE_GROUP_USAGE',
178: 'B',
179: 'V')

Line 212: IF jtf_resource_utl.ok_to_execute(

208:
209:
210: /* Pre Call to the Internal Type User Hook */
211:
212: IF jtf_resource_utl.ok_to_execute(
213: 'JTF_RS_GROUP_USAGES_PVT',
214: 'CREATE_GROUP_USAGE',
215: 'B',
216: 'I')

Line 342: x_created_by => jtf_resource_utl.created_by,

338: x_attribute14 => p_attribute14,
339: x_attribute15 => p_attribute15,
340: x_attribute_category => p_attribute_category,
341: x_creation_date => SYSDATE,
342: x_created_by => jtf_resource_utl.created_by,
343: x_last_update_date => SYSDATE,
344: x_last_updated_by => jtf_resource_utl.updated_by,
345: x_last_update_login => jtf_resource_utl.login_id
346: );

Line 344: x_last_updated_by => jtf_resource_utl.updated_by,

340: x_attribute_category => p_attribute_category,
341: x_creation_date => SYSDATE,
342: x_created_by => jtf_resource_utl.created_by,
343: x_last_update_date => SYSDATE,
344: x_last_updated_by => jtf_resource_utl.updated_by,
345: x_last_update_login => jtf_resource_utl.login_id
346: );
347:
348:

Line 345: x_last_update_login => jtf_resource_utl.login_id

341: x_creation_date => SYSDATE,
342: x_created_by => jtf_resource_utl.created_by,
343: x_last_update_date => SYSDATE,
344: x_last_updated_by => jtf_resource_utl.updated_by,
345: x_last_update_login => jtf_resource_utl.login_id
346: );
347:
348:
349: -- dbms_output.put_line('Inserted Row');

Line 396: IF jtf_resource_utl.ok_to_execute(

392: /* Make the post processing call to the user hooks */
393:
394: /* Post Call to the Customer Type User Hook */
395:
396: IF jtf_resource_utl.ok_to_execute(
397: 'JTF_RS_GROUP_USAGES_PVT',
398: 'CREATE_GROUP_USAGE',
399: 'A',
400: 'C')

Line 434: IF jtf_resource_utl.ok_to_execute(

430:
431:
432: /* Post Call to the Vertical Type User Hook */
433:
434: IF jtf_resource_utl.ok_to_execute(
435: 'JTF_RS_GROUP_USAGES_PVT',
436: 'CREATE_GROUP_USAGE',
437: 'A',
438: 'V')

Line 472: IF jtf_resource_utl.ok_to_execute(

468:
469:
470: /* Post Call to the Internal Type User Hook */
471:
472: IF jtf_resource_utl.ok_to_execute(
473: 'JTF_RS_GROUP_USAGES_PVT',
474: 'CREATE_GROUP_USAGE',
475: 'A',
476: 'I')

Line 508: IF jtf_resource_utl.ok_to_execute(

504:
505:
506: /* Standard call for Message Generation */
507:
508: IF jtf_resource_utl.ok_to_execute(
509: 'JTF_RS_GROUP_USAGES_PVT',
510: 'CREATE_GROUP_USAGE',
511: 'M',
512: 'M')

Line 689: IF jtf_resource_utl.ok_to_execute(

685: /* Make the pre processing call to the user hooks */
686:
687: /* Pre Call to the Customer Type User Hook */
688:
689: IF jtf_resource_utl.ok_to_execute(
690: 'JTF_RS_GROUP_USAGES_PVT',
691: 'DELETE_GROUP_USAGE',
692: 'B',
693: 'C')

Line 726: IF jtf_resource_utl.ok_to_execute(

722:
723:
724: /* Pre Call to the Vertical Type User Hook */
725:
726: IF jtf_resource_utl.ok_to_execute(
727: 'JTF_RS_GROUP_USAGES_PVT',
728: 'DELETE_GROUP_USAGE',
729: 'B',
730: 'V')

Line 763: IF jtf_resource_utl.ok_to_execute(

759:
760:
761: /* Pre Call to the Internal Type User Hook */
762:
763: IF jtf_resource_utl.ok_to_execute(
764: 'JTF_RS_GROUP_USAGES_PVT',
765: 'DELETE_GROUP_USAGE',
766: 'B',
767: 'I')

Line 912: IF jtf_resource_utl.ok_to_execute(

908: /* Make the post processing call to the user hooks */
909:
910: /* Post Call to the Customer Type User Hook */
911:
912: IF jtf_resource_utl.ok_to_execute(
913: 'JTF_RS_GROUP_USAGES_PVT',
914: 'DELETE_GROUP_USAGE',
915: 'A',
916: 'C')

Line 949: IF jtf_resource_utl.ok_to_execute(

945:
946:
947: /* Post Call to the Vertical Type User Hook */
948:
949: IF jtf_resource_utl.ok_to_execute(
950: 'JTF_RS_GROUP_USAGES_PVT',
951: 'DELETE_GROUP_USAGE',
952: 'A',
953: 'V')

Line 986: IF jtf_resource_utl.ok_to_execute(

982:
983:
984: /* Post Call to the Internal Type User Hook */
985:
986: IF jtf_resource_utl.ok_to_execute(
987: 'JTF_RS_GROUP_USAGES_PVT',
988: 'DELETE_GROUP_USAGE',
989: 'A',
990: 'I')

Line 1021: IF jtf_resource_utl.ok_to_execute(

1017:
1018:
1019: /* Standard call for Message Generation */
1020:
1021: IF jtf_resource_utl.ok_to_execute(
1022: 'JTF_RS_GROUP_USAGES_PVT',
1023: 'DELETE_GROUP_USAGE',
1024: 'M',
1025: 'M')