DBA Data[Home] [Help]

APPS.GMO_VBATCH_PVT dependencies on GMO_INSTRUCTION_GRP

Line 1223: gmo_instruction_grp.CREATE_INSTANCE_FROM_DEFN (

1219: loop
1220: fetch c_get_steps into l_batchstep_id, l_routingstep_id, l_oprn_id, l_entity_display_name;
1221: exit when c_get_steps%NOTFOUND;
1222:
1223: gmo_instruction_grp.CREATE_INSTANCE_FROM_DEFN (
1224: P_API_VERSION => '1.0',
1225: X_RETURN_STATUS => l_return_status,
1226: X_MSG_COUNT => l_msg_count,
1227: X_MSG_DATA => l_msg_data,

Line 1275: gmo_instruction_grp.CREATE_INSTANCE_FROM_DEFN (

1271: loop
1272: fetch c_get_activities into l_batchstep_activity_id, l_routingstep_id, l_oprn_line_id, l_entity_display_name;
1273: exit when c_get_activities%NOTFOUND;
1274:
1275: gmo_instruction_grp.CREATE_INSTANCE_FROM_DEFN (
1276: P_API_VERSION => '1.0',
1277: X_RETURN_STATUS => l_return_status,
1278: X_MSG_COUNT => l_msg_count,
1279: X_MSG_DATA => l_msg_data,

Line 1328: gmo_instruction_grp.CREATE_INSTANCE_FROM_DEFN (

1324: loop
1325: fetch c_get_resources into l_batchstep_resource_id, l_routingstep_id, l_oprn_line_id, l_resources, l_entity_display_name;
1326: exit when c_get_resources%NOTFOUND;
1327:
1328: gmo_instruction_grp.CREATE_INSTANCE_FROM_DEFN (
1329: P_API_VERSION => '1.0',
1330: X_RETURN_STATUS => l_return_status,
1331: X_MSG_COUNT => l_msg_count,
1332: X_MSG_DATA => l_msg_data,

Line 1381: gmo_instruction_grp.CREATE_INSTANCE_FROM_DEFN (

1377: loop
1378: fetch c_get_materials into l_material_detail_id, l_formulaline_id, l_inventory_item_id, l_entity_display_name;
1379: exit when c_get_materials%NOTFOUND;
1380:
1381: gmo_instruction_grp.CREATE_INSTANCE_FROM_DEFN (
1382: P_API_VERSION => '1.0',
1383: X_RETURN_STATUS => l_return_status,
1384: X_MSG_COUNT => l_msg_count,
1385: X_MSG_DATA => l_msg_data,

Line 1603: GMO_INSTRUCTION_GRP.GET_TASK_PARAMETER

1599: end if;
1600:
1601: if (P_FROM_MODULE = GMO_CONSTANTS_GRP.FROM_MODULE_PI) then
1602:
1603: GMO_INSTRUCTION_GRP.GET_TASK_PARAMETER
1604: (
1605: P_API_VERSION => '1.0',
1606: X_RETURN_STATUS => l_return_status,
1607: X_MSG_COUNT => l_msg_count,

Line 2116: gmo_instruction_grp.NULLIFY_INSTR_FOR_ENTITY (

2112: loop
2113: fetch c_get_steps into l_batchstep_id;
2114: exit when c_get_steps%NOTFOUND;
2115:
2116: gmo_instruction_grp.NULLIFY_INSTR_FOR_ENTITY (
2117: P_API_VERSION => '1.0',
2118: X_RETURN_STATUS => l_return_status,
2119: X_MSG_COUNT => l_msg_count,
2120: X_MSG_DATA => l_msg_data,

Line 2133: gmo_instruction_grp.create_instance_from_instance (

2129:
2130: IF (P_TASK = GMO_CONSTANTS_GRP.ACTION_UNRELEASE) THEN
2131:
2132:
2133: gmo_instruction_grp.create_instance_from_instance (
2134: P_API_VERSION => '1.0',
2135: X_RETURN_STATUS => l_return_status,
2136: X_MSG_COUNT => l_msg_count,
2137: X_MSG_DATA => l_msg_data,

Line 2156: gmo_instruction_grp.NULLIFY_INSTR_FOR_ENTITY (

2152: loop
2153: fetch c_get_activities into l_batchstep_activity_id;
2154: exit when c_get_activities%NOTFOUND;
2155:
2156: gmo_instruction_grp.NULLIFY_INSTR_FOR_ENTITY (
2157: P_API_VERSION => '1.0',
2158: X_RETURN_STATUS => l_return_status,
2159: X_MSG_COUNT => l_msg_count,
2160: X_MSG_DATA => l_msg_data,

Line 2171: gmo_instruction_grp.create_instance_from_instance (

2167: RAISE instruction_nullify_err;
2168: end if;
2169:
2170: IF (P_TASK = GMO_CONSTANTS_GRP.ACTION_UNRELEASE) THEN
2171: gmo_instruction_grp.create_instance_from_instance (
2172: P_API_VERSION => '1.0',
2173: X_RETURN_STATUS => l_return_status,
2174: X_MSG_COUNT => l_msg_count,
2175: X_MSG_DATA => l_msg_data,

Line 2195: gmo_instruction_grp.NULLIFY_INSTR_FOR_ENTITY (

2191: loop
2192: fetch c_get_resources into l_batchstep_resource_id;
2193: exit when c_get_resources%NOTFOUND;
2194:
2195: gmo_instruction_grp.NULLIFY_INSTR_FOR_ENTITY (
2196: P_API_VERSION => '1.0',
2197: X_RETURN_STATUS => l_return_status,
2198: X_MSG_COUNT => l_msg_count,
2199: X_MSG_DATA => l_msg_data,

Line 2210: gmo_instruction_grp.create_instance_from_instance (

2206: RAISE instruction_nullify_err;
2207: end if;
2208:
2209: IF (P_TASK = GMO_CONSTANTS_GRP.ACTION_UNRELEASE) THEN
2210: gmo_instruction_grp.create_instance_from_instance (
2211: P_API_VERSION => '1.0',
2212: X_RETURN_STATUS => l_return_status,
2213: X_MSG_COUNT => l_msg_count,
2214: X_MSG_DATA => l_msg_data,

Line 2234: gmo_instruction_grp.NULLIFY_INSTR_FOR_ENTITY (

2230: loop
2231: fetch c_get_materials into l_material_detail_id;
2232: exit when c_get_materials%NOTFOUND;
2233:
2234: gmo_instruction_grp.NULLIFY_INSTR_FOR_ENTITY (
2235: P_API_VERSION => '1.0',
2236: X_RETURN_STATUS => l_return_status,
2237: X_MSG_COUNT => l_msg_count,
2238: X_MSG_DATA => l_msg_data,

Line 2249: gmo_instruction_grp.create_instance_from_instance (

2245: RAISE instruction_nullify_err;
2246: end if;
2247:
2248: IF (P_TASK = GMO_CONSTANTS_GRP.ACTION_UNRELEASE) THEN
2249: gmo_instruction_grp.create_instance_from_instance (
2250: P_API_VERSION => '1.0',
2251: X_RETURN_STATUS => l_return_status,
2252: X_MSG_COUNT => l_msg_count,
2253: X_MSG_DATA => l_msg_data,

Line 2270: gmo_instruction_grp.NULLIFY_INSTR_FOR_ENTITY (

2266:
2267: ELSIF (P_TASK = GMO_CONSTANTS_GRP.ACTION_DELETE_MATERIAL) THEN
2268:
2269: l_material_detail_id := P_TASK_ATTRIBUTE;
2270: gmo_instruction_grp.NULLIFY_INSTR_FOR_ENTITY (
2271: P_API_VERSION => '1.0',
2272: X_RETURN_STATUS => l_return_status,
2273: X_MSG_COUNT => l_msg_count,
2274: X_MSG_DATA => l_msg_data,

Line 2291: gmo_instruction_grp.NULLIFY_INSTR_FOR_ENTITY (

2287:
2288: IF (P_TASK = GMO_CONSTANTS_GRP.ACTION_DELETE_OPERATION OR P_TASK = GMO_CONSTANTS_GRP.ACTION_UNRELEASE) THEN
2289:
2290: l_batchstep_id := p_entity_key;
2291: gmo_instruction_grp.NULLIFY_INSTR_FOR_ENTITY (
2292: P_API_VERSION => '1.0',
2293: X_RETURN_STATUS => l_return_status,
2294: X_MSG_COUNT => l_msg_count,
2295: X_MSG_DATA => l_msg_data,

Line 2308: gmo_instruction_grp.create_instance_from_instance (

2304:
2305: IF (P_TASK = GMO_CONSTANTS_GRP.ACTION_UNRELEASE) THEN
2306:
2307:
2308: gmo_instruction_grp.create_instance_from_instance (
2309: P_API_VERSION => '1.0',
2310: X_RETURN_STATUS => l_return_status,
2311: X_MSG_COUNT => l_msg_count,
2312: X_MSG_DATA => l_msg_data,

Line 2330: gmo_instruction_grp.NULLIFY_INSTR_FOR_ENTITY (

2326: loop
2327: fetch c_get_step_material into l_material_detail_id;
2328: exit when c_get_step_material%NOTFOUND;
2329:
2330: gmo_instruction_grp.NULLIFY_INSTR_FOR_ENTITY (
2331: P_API_VERSION => '1.0',
2332: X_RETURN_STATUS => l_return_status,
2333: X_MSG_COUNT => l_msg_count,
2334: X_MSG_DATA => l_msg_data,

Line 2345: gmo_instruction_grp.create_instance_from_instance (

2341: RAISE instruction_nullify_err;
2342: end if;
2343:
2344: IF (P_TASK = GMO_CONSTANTS_GRP.ACTION_UNRELEASE) THEN
2345: gmo_instruction_grp.create_instance_from_instance (
2346: P_API_VERSION => '1.0',
2347: X_RETURN_STATUS => l_return_status,
2348: X_MSG_COUNT => l_msg_count,
2349: X_MSG_DATA => l_msg_data,

Line 2370: gmo_instruction_grp.NULLIFY_INSTR_FOR_ENTITY (

2366: loop
2367: fetch c_get_step_activities into l_batchstep_activity_id;
2368: exit when c_get_step_activities%NOTFOUND;
2369:
2370: gmo_instruction_grp.NULLIFY_INSTR_FOR_ENTITY (
2371: P_API_VERSION => '1.0',
2372: X_RETURN_STATUS => l_return_status,
2373: X_MSG_COUNT => l_msg_count,
2374: X_MSG_DATA => l_msg_data,

Line 2385: gmo_instruction_grp.create_instance_from_instance (

2381: RAISE instruction_nullify_err;
2382: end if;
2383:
2384: IF (P_TASK = GMO_CONSTANTS_GRP.ACTION_UNRELEASE) THEN
2385: gmo_instruction_grp.create_instance_from_instance (
2386: P_API_VERSION => '1.0',
2387: X_RETURN_STATUS => l_return_status,
2388: X_MSG_COUNT => l_msg_count,
2389: X_MSG_DATA => l_msg_data,

Line 2409: gmo_instruction_grp.NULLIFY_INSTR_FOR_ENTITY (

2405: loop
2406: fetch c_get_step_resources into l_batchstep_resource_id;
2407: exit when c_get_step_resources%NOTFOUND;
2408:
2409: gmo_instruction_grp.NULLIFY_INSTR_FOR_ENTITY (
2410: P_API_VERSION => '1.0',
2411: X_RETURN_STATUS => l_return_status,
2412: X_MSG_COUNT => l_msg_count,
2413: X_MSG_DATA => l_msg_data,

Line 2424: gmo_instruction_grp.create_instance_from_instance (

2420: RAISE instruction_nullify_err;
2421: end if;
2422:
2423: IF (P_TASK = GMO_CONSTANTS_GRP.ACTION_UNRELEASE) THEN
2424: gmo_instruction_grp.create_instance_from_instance (
2425: P_API_VERSION => '1.0',
2426: X_RETURN_STATUS => l_return_status,
2427: X_MSG_COUNT => l_msg_count,
2428: X_MSG_DATA => l_msg_data,

Line 2446: gmo_instruction_grp.NULLIFY_INSTR_FOR_ENTITY (

2442:
2443: ELSIF (P_TASK = GMO_CONSTANTS_GRP.ACTION_DELETE_ACTIVITY) THEN
2444:
2445: l_batchstep_activity_id := P_TASK_ATTRIBUTE;
2446: gmo_instruction_grp.NULLIFY_INSTR_FOR_ENTITY (
2447: P_API_VERSION => '1.0',
2448: X_RETURN_STATUS => l_return_status,
2449: X_MSG_COUNT => l_msg_count,
2450: X_MSG_DATA => l_msg_data,

Line 2465: gmo_instruction_grp.NULLIFY_INSTR_FOR_ENTITY (

2461: loop
2462: fetch c_get_activity_resources into l_batchstep_resource_id;
2463: exit when c_get_activity_resources%NOTFOUND;
2464:
2465: gmo_instruction_grp.NULLIFY_INSTR_FOR_ENTITY (
2466: P_API_VERSION => '1.0',
2467: X_RETURN_STATUS => l_return_status,
2468: X_MSG_COUNT => l_msg_count,
2469: X_MSG_DATA => l_msg_data,

Line 2485: gmo_instruction_grp.NULLIFY_INSTR_FOR_ENTITY (

2481:
2482: ELSIF (P_TASK = GMO_CONSTANTS_GRP.ACTION_DELETE_RESOURCE) THEN
2483:
2484: l_batchstep_resource_id := P_TASK_ATTRIBUTE;
2485: gmo_instruction_grp.NULLIFY_INSTR_FOR_ENTITY (
2486: P_API_VERSION => '1.0',
2487: X_RETURN_STATUS => l_return_status,
2488: X_MSG_COUNT => l_msg_count,
2489: X_MSG_DATA => l_msg_data,

Line 2502: gmo_instruction_grp.NULLIFY_INSTR_FOR_ENTITY (

2498:
2499: ELSIF (P_TASK = GMO_CONSTANTS_GRP.ACTION_DELETE_MATERIAL) THEN
2500:
2501: l_material_detail_id := P_TASK_ATTRIBUTE;
2502: gmo_instruction_grp.NULLIFY_INSTR_FOR_ENTITY (
2503: P_API_VERSION => '1.0',
2504: X_RETURN_STATUS => l_return_status,
2505: X_MSG_COUNT => l_msg_count,
2506: X_MSG_DATA => l_msg_data,

Line 2621: gmo_instruction_grp.SEND_TASK_ACKN (

2617:
2618:
2619: IF (P_FROM_MODULE = GMO_CONSTANTS_GRP.FROM_MODULE_PI) THEN
2620:
2621: gmo_instruction_grp.SEND_TASK_ACKN (
2622: P_API_VERSION => '1.0',
2623: X_RETURN_STATUS => l_return_status,
2624: X_MSG_COUNT => l_msg_count,
2625: X_MSG_DATA => l_msg_data,

Line 3095: gmo_instruction_grp.CREATE_INSTANCE_FROM_DEFN (

3091: loop
3092: fetch c_get_steps into l_batchstep_id, l_routingstep_id, l_oprn_id, l_entity_display_name;
3093: exit when c_get_steps%NOTFOUND;
3094:
3095: gmo_instruction_grp.CREATE_INSTANCE_FROM_DEFN (
3096: P_API_VERSION => '1.0',
3097: X_RETURN_STATUS => l_return_status,
3098: X_MSG_COUNT => l_msg_count,
3099: X_MSG_DATA => l_msg_data,

Line 3147: gmo_instruction_grp.CREATE_INSTANCE_FROM_DEFN (

3143: loop
3144: fetch c_get_activities into l_batchstep_activity_id, l_routingstep_id, l_oprn_line_id, l_entity_display_name;
3145: exit when c_get_activities%NOTFOUND;
3146:
3147: gmo_instruction_grp.CREATE_INSTANCE_FROM_DEFN (
3148: P_API_VERSION => '1.0',
3149: X_RETURN_STATUS => l_return_status,
3150: X_MSG_COUNT => l_msg_count,
3151: X_MSG_DATA => l_msg_data,

Line 3200: gmo_instruction_grp.CREATE_INSTANCE_FROM_DEFN (

3196: loop
3197: fetch c_get_resources into l_batchstep_resource_id, l_routingstep_id, l_oprn_line_id, l_resources, l_entity_display_name;
3198: exit when c_get_resources%NOTFOUND;
3199:
3200: gmo_instruction_grp.CREATE_INSTANCE_FROM_DEFN (
3201: P_API_VERSION => '1.0',
3202: X_RETURN_STATUS => l_return_status,
3203: X_MSG_COUNT => l_msg_count,
3204: X_MSG_DATA => l_msg_data,