DBA Data[Home] [Help]

APPS.JTF_RS_GROUPS_PVT dependencies on JTF_RESOURCE_UTL

Line 111: IF jtf_resource_utl.ok_to_execute(

107: /* Make the pre processing call to the user hooks */
108:
109: /* Pre Call to the Customer Type User Hook */
110:
111: IF jtf_resource_utl.ok_to_execute(
112: 'JTF_RS_GROUPS_PVT',
113: 'CREATE_RESOURCE_GROUP',
114: 'B',
115: 'C')

Line 152: IF jtf_resource_utl.ok_to_execute(

148:
149:
150: /* Pre Call to the Vertical Type User Hook */
151:
152: IF jtf_resource_utl.ok_to_execute(
153: 'JTF_RS_GROUPS_PVT',
154: 'CREATE_RESOURCE_GROUP',
155: 'B',
156: 'V')

Line 196: IF jtf_resource_utl.ok_to_execute(

192:
193:
194: /* Pre Call to the Internal Type User Hook */
195:
196: IF jtf_resource_utl.ok_to_execute(
197: 'JTF_RS_GROUPS_PVT',
198: 'CREATE_RESOURCE_GROUP',
199: 'B',
200: 'I')

Line 241: jtf_resource_utl.validate_input_dates(

237:
238:
239: /* Validate the Input Dates */
240:
241: jtf_resource_utl.validate_input_dates(
242: p_start_date_active => l_start_date_active,
243: p_end_date_active => l_end_date_active,
244: x_return_status => x_return_status
245: );

Line 355: x_created_by => jtf_resource_utl.created_by,

351: x_attribute14 => p_attribute14,
352: x_attribute15 => p_attribute15,
353: x_attribute_category => p_attribute_category,
354: x_creation_date => SYSDATE,
355: x_created_by => jtf_resource_utl.created_by,
356: x_last_update_date => SYSDATE,
357: x_last_updated_by => jtf_resource_utl.updated_by,
358: x_last_update_login => jtf_resource_utl.login_id
359: );

Line 357: x_last_updated_by => jtf_resource_utl.updated_by,

353: x_attribute_category => p_attribute_category,
354: x_creation_date => SYSDATE,
355: x_created_by => jtf_resource_utl.created_by,
356: x_last_update_date => SYSDATE,
357: x_last_updated_by => jtf_resource_utl.updated_by,
358: x_last_update_login => jtf_resource_utl.login_id
359: );
360:
361:

Line 358: x_last_update_login => jtf_resource_utl.login_id

354: x_creation_date => SYSDATE,
355: x_created_by => jtf_resource_utl.created_by,
356: x_last_update_date => SYSDATE,
357: x_last_updated_by => jtf_resource_utl.updated_by,
358: x_last_update_login => jtf_resource_utl.login_id
359: );
360:
361:
362: -- dbms_output.put_line('Inserted Row');

Line 1001: IF jtf_resource_utl.ok_to_execute(

997: /* Make the pre processing call to the user hooks */
998:
999: /* Pre Call to the Customer Type User Hook */
1000:
1001: IF jtf_resource_utl.ok_to_execute(
1002: 'JTF_RS_GROUPS_PVT',
1003: 'UPDATE_RESOURCE_GROUP',
1004: 'B',
1005: 'C')

Line 1047: IF jtf_resource_utl.ok_to_execute(

1043:
1044:
1045: /* Pre Call to the Vertical Type User Hook */
1046:
1047: IF jtf_resource_utl.ok_to_execute(
1048: 'JTF_RS_GROUPS_PVT',
1049: 'UPDATE_RESOURCE_GROUP',
1050: 'B',
1051: 'V')

Line 1094: IF jtf_resource_utl.ok_to_execute(

1090:
1091:
1092: /* Pre Call to the Internal Type User Hook */
1093:
1094: IF jtf_resource_utl.ok_to_execute(
1095: 'JTF_RS_GROUPS_PVT',
1096: 'UPDATE_RESOURCE_GROUP',
1097: 'B',
1098: 'I')

Line 1178: jtf_resource_utl.validate_input_dates(

1174:
1175:
1176: /* Validate the Input Dates */
1177:
1178: jtf_resource_utl.validate_input_dates(
1179: p_start_date_active => l_start_date_active,
1180: p_end_date_active => l_end_date_active,
1181: x_return_status => x_return_status
1182: );

Line 1705: x_last_updated_by => jtf_resource_utl.updated_by,

1701: x_attribute14 => group_rec.attribute14,
1702: x_attribute15 => group_rec.attribute15,
1703: x_attribute_category => group_rec.attribute_category,
1704: x_last_update_date => SYSDATE,
1705: x_last_updated_by => jtf_resource_utl.updated_by,
1706: x_last_update_login => jtf_resource_utl.login_id
1707: );
1708:
1709:

Line 1706: x_last_update_login => jtf_resource_utl.login_id

1702: x_attribute15 => group_rec.attribute15,
1703: x_attribute_category => group_rec.attribute_category,
1704: x_last_update_date => SYSDATE,
1705: x_last_updated_by => jtf_resource_utl.updated_by,
1706: x_last_update_login => jtf_resource_utl.login_id
1707: );
1708:
1709:
1710: /* Return the new value of the object version number */

Line 1775: IF jtf_resource_utl.ok_to_execute(

1771: /* Make the post processing call to the user hooks */
1772:
1773: /* Post Call to the Customer Type User Hook */
1774:
1775: IF jtf_resource_utl.ok_to_execute(
1776: 'JTF_RS_GROUPS_PVT',
1777: 'UPDATE_RESOURCE_GROUP',
1778: 'A',
1779: 'C')

Line 1820: IF jtf_resource_utl.ok_to_execute(

1816:
1817:
1818: /* Post Call to the Vertical Type User Hook */
1819:
1820: IF jtf_resource_utl.ok_to_execute(
1821: 'JTF_RS_GROUPS_PVT',
1822: 'UPDATE_RESOURCE_GROUP',
1823: 'A',
1824: 'V')

Line 1867: IF jtf_resource_utl.ok_to_execute(

1863:
1864:
1865: /* Post Call to the Internal Type User Hook */
1866:
1867: IF jtf_resource_utl.ok_to_execute(
1868: 'JTF_RS_GROUPS_PVT',
1869: 'UPDATE_RESOURCE_GROUP',
1870: 'A',
1871: 'I')

Line 1911: IF jtf_resource_utl.ok_to_execute(

1907:
1908:
1909: /* Standard call for Message Generation */
1910:
1911: IF jtf_resource_utl.ok_to_execute(
1912: 'JTF_RS_GROUPS_PVT',
1913: 'UPDATE_RESOURCE_GROUP',
1914: 'M',
1915: 'M')