DBA Data[Home] [Help]

APPS.GMO_VBATCH_PVT dependencies on GMO_INSTRUCTION_GRP

Line 1268: gmo_instruction_grp.CREATE_INSTANCE_FROM_DEFN (

1264: loop
1265: fetch c_get_steps into l_batchstep_id, l_routingstep_id, l_oprn_id, l_entity_display_name;
1266: exit when c_get_steps%NOTFOUND;
1267:
1268: gmo_instruction_grp.CREATE_INSTANCE_FROM_DEFN (
1269: P_API_VERSION => 1.0,
1270: X_RETURN_STATUS => l_return_status,
1271: X_MSG_COUNT => l_msg_count,
1272: X_MSG_DATA => l_msg_data,

Line 1320: gmo_instruction_grp.CREATE_INSTANCE_FROM_DEFN (

1316: loop
1317: fetch c_get_activities into l_batchstep_activity_id, l_routingstep_id, l_oprn_line_id, l_entity_display_name;
1318: exit when c_get_activities%NOTFOUND;
1319:
1320: gmo_instruction_grp.CREATE_INSTANCE_FROM_DEFN (
1321: P_API_VERSION => 1.0,
1322: X_RETURN_STATUS => l_return_status,
1323: X_MSG_COUNT => l_msg_count,
1324: X_MSG_DATA => l_msg_data,

Line 1373: gmo_instruction_grp.CREATE_INSTANCE_FROM_DEFN (

1369: loop
1370: fetch c_get_resources into l_batchstep_resource_id, l_routingstep_id, l_oprn_line_id, l_resources, l_entity_display_name;
1371: exit when c_get_resources%NOTFOUND;
1372:
1373: gmo_instruction_grp.CREATE_INSTANCE_FROM_DEFN (
1374: P_API_VERSION => 1.0,
1375: X_RETURN_STATUS => l_return_status,
1376: X_MSG_COUNT => l_msg_count,
1377: X_MSG_DATA => l_msg_data,

Line 1426: gmo_instruction_grp.CREATE_INSTANCE_FROM_DEFN (

1422: loop
1423: fetch c_get_materials into l_material_detail_id, l_formulaline_id, l_inventory_item_id, l_entity_display_name;
1424: exit when c_get_materials%NOTFOUND;
1425:
1426: gmo_instruction_grp.CREATE_INSTANCE_FROM_DEFN (
1427: P_API_VERSION => 1.0,
1428: X_RETURN_STATUS => l_return_status,
1429: X_MSG_COUNT => l_msg_count,
1430: X_MSG_DATA => l_msg_data,

Line 1648: GMO_INSTRUCTION_GRP.GET_TASK_PARAMETER

1644: end if;
1645:
1646: if (P_FROM_MODULE = GMO_CONSTANTS_GRP.FROM_MODULE_PI) then
1647:
1648: GMO_INSTRUCTION_GRP.GET_TASK_PARAMETER
1649: (
1650: P_API_VERSION => 1.0,
1651: X_RETURN_STATUS => l_return_status,
1652: X_MSG_COUNT => l_msg_count,

Line 2161: gmo_instruction_grp.NULLIFY_INSTR_FOR_ENTITY (

2157: loop
2158: fetch c_get_steps into l_batchstep_id;
2159: exit when c_get_steps%NOTFOUND;
2160:
2161: gmo_instruction_grp.NULLIFY_INSTR_FOR_ENTITY (
2162: P_API_VERSION => 1.0,
2163: X_RETURN_STATUS => l_return_status,
2164: X_MSG_COUNT => l_msg_count,
2165: X_MSG_DATA => l_msg_data,

Line 2178: gmo_instruction_grp.create_instance_from_instance (

2174:
2175: IF (P_TASK = GMO_CONSTANTS_GRP.ACTION_UNRELEASE) THEN
2176:
2177:
2178: gmo_instruction_grp.create_instance_from_instance (
2179: P_API_VERSION => 1.0,
2180: X_RETURN_STATUS => l_return_status,
2181: X_MSG_COUNT => l_msg_count,
2182: X_MSG_DATA => l_msg_data,

Line 2201: gmo_instruction_grp.NULLIFY_INSTR_FOR_ENTITY (

2197: loop
2198: fetch c_get_activities into l_batchstep_activity_id;
2199: exit when c_get_activities%NOTFOUND;
2200:
2201: gmo_instruction_grp.NULLIFY_INSTR_FOR_ENTITY (
2202: P_API_VERSION => 1.0,
2203: X_RETURN_STATUS => l_return_status,
2204: X_MSG_COUNT => l_msg_count,
2205: X_MSG_DATA => l_msg_data,

Line 2216: gmo_instruction_grp.create_instance_from_instance (

2212: RAISE instruction_nullify_err;
2213: end if;
2214:
2215: IF (P_TASK = GMO_CONSTANTS_GRP.ACTION_UNRELEASE) THEN
2216: gmo_instruction_grp.create_instance_from_instance (
2217: P_API_VERSION => 1.0,
2218: X_RETURN_STATUS => l_return_status,
2219: X_MSG_COUNT => l_msg_count,
2220: X_MSG_DATA => l_msg_data,

Line 2240: gmo_instruction_grp.NULLIFY_INSTR_FOR_ENTITY (

2236: loop
2237: fetch c_get_resources into l_batchstep_resource_id;
2238: exit when c_get_resources%NOTFOUND;
2239:
2240: gmo_instruction_grp.NULLIFY_INSTR_FOR_ENTITY (
2241: P_API_VERSION => 1.0,
2242: X_RETURN_STATUS => l_return_status,
2243: X_MSG_COUNT => l_msg_count,
2244: X_MSG_DATA => l_msg_data,

Line 2255: gmo_instruction_grp.create_instance_from_instance (

2251: RAISE instruction_nullify_err;
2252: end if;
2253:
2254: IF (P_TASK = GMO_CONSTANTS_GRP.ACTION_UNRELEASE) THEN
2255: gmo_instruction_grp.create_instance_from_instance (
2256: P_API_VERSION => 1.0,
2257: X_RETURN_STATUS => l_return_status,
2258: X_MSG_COUNT => l_msg_count,
2259: X_MSG_DATA => l_msg_data,

Line 2279: gmo_instruction_grp.NULLIFY_INSTR_FOR_ENTITY (

2275: loop
2276: fetch c_get_materials into l_material_detail_id;
2277: exit when c_get_materials%NOTFOUND;
2278:
2279: gmo_instruction_grp.NULLIFY_INSTR_FOR_ENTITY (
2280: P_API_VERSION => 1.0,
2281: X_RETURN_STATUS => l_return_status,
2282: X_MSG_COUNT => l_msg_count,
2283: X_MSG_DATA => l_msg_data,

Line 2294: gmo_instruction_grp.create_instance_from_instance (

2290: RAISE instruction_nullify_err;
2291: end if;
2292:
2293: IF (P_TASK = GMO_CONSTANTS_GRP.ACTION_UNRELEASE) THEN
2294: gmo_instruction_grp.create_instance_from_instance (
2295: P_API_VERSION => 1.0,
2296: X_RETURN_STATUS => l_return_status,
2297: X_MSG_COUNT => l_msg_count,
2298: X_MSG_DATA => l_msg_data,

Line 2315: gmo_instruction_grp.NULLIFY_INSTR_FOR_ENTITY (

2311:
2312: ELSIF (P_TASK = GMO_CONSTANTS_GRP.ACTION_DELETE_MATERIAL) THEN
2313:
2314: l_material_detail_id := P_TASK_ATTRIBUTE;
2315: gmo_instruction_grp.NULLIFY_INSTR_FOR_ENTITY (
2316: P_API_VERSION => 1.0,
2317: X_RETURN_STATUS => l_return_status,
2318: X_MSG_COUNT => l_msg_count,
2319: X_MSG_DATA => l_msg_data,

Line 2336: gmo_instruction_grp.NULLIFY_INSTR_FOR_ENTITY (

2332:
2333: IF (P_TASK = GMO_CONSTANTS_GRP.ACTION_DELETE_OPERATION OR P_TASK = GMO_CONSTANTS_GRP.ACTION_UNRELEASE) THEN
2334:
2335: l_batchstep_id := p_entity_key;
2336: gmo_instruction_grp.NULLIFY_INSTR_FOR_ENTITY (
2337: P_API_VERSION => 1.0,
2338: X_RETURN_STATUS => l_return_status,
2339: X_MSG_COUNT => l_msg_count,
2340: X_MSG_DATA => l_msg_data,

Line 2353: gmo_instruction_grp.create_instance_from_instance (

2349:
2350: IF (P_TASK = GMO_CONSTANTS_GRP.ACTION_UNRELEASE) THEN
2351:
2352:
2353: gmo_instruction_grp.create_instance_from_instance (
2354: P_API_VERSION => 1.0,
2355: X_RETURN_STATUS => l_return_status,
2356: X_MSG_COUNT => l_msg_count,
2357: X_MSG_DATA => l_msg_data,

Line 2375: gmo_instruction_grp.NULLIFY_INSTR_FOR_ENTITY (

2371: loop
2372: fetch c_get_step_material into l_material_detail_id;
2373: exit when c_get_step_material%NOTFOUND;
2374:
2375: gmo_instruction_grp.NULLIFY_INSTR_FOR_ENTITY (
2376: P_API_VERSION => 1.0,
2377: X_RETURN_STATUS => l_return_status,
2378: X_MSG_COUNT => l_msg_count,
2379: X_MSG_DATA => l_msg_data,

Line 2390: gmo_instruction_grp.create_instance_from_instance (

2386: RAISE instruction_nullify_err;
2387: end if;
2388:
2389: IF (P_TASK = GMO_CONSTANTS_GRP.ACTION_UNRELEASE) THEN
2390: gmo_instruction_grp.create_instance_from_instance (
2391: P_API_VERSION => 1.0,
2392: X_RETURN_STATUS => l_return_status,
2393: X_MSG_COUNT => l_msg_count,
2394: X_MSG_DATA => l_msg_data,

Line 2415: gmo_instruction_grp.NULLIFY_INSTR_FOR_ENTITY (

2411: loop
2412: fetch c_get_step_activities into l_batchstep_activity_id;
2413: exit when c_get_step_activities%NOTFOUND;
2414:
2415: gmo_instruction_grp.NULLIFY_INSTR_FOR_ENTITY (
2416: P_API_VERSION => 1.0,
2417: X_RETURN_STATUS => l_return_status,
2418: X_MSG_COUNT => l_msg_count,
2419: X_MSG_DATA => l_msg_data,

Line 2430: gmo_instruction_grp.create_instance_from_instance (

2426: RAISE instruction_nullify_err;
2427: end if;
2428:
2429: IF (P_TASK = GMO_CONSTANTS_GRP.ACTION_UNRELEASE) THEN
2430: gmo_instruction_grp.create_instance_from_instance (
2431: P_API_VERSION => 1.0,
2432: X_RETURN_STATUS => l_return_status,
2433: X_MSG_COUNT => l_msg_count,
2434: X_MSG_DATA => l_msg_data,

Line 2454: gmo_instruction_grp.NULLIFY_INSTR_FOR_ENTITY (

2450: loop
2451: fetch c_get_step_resources into l_batchstep_resource_id;
2452: exit when c_get_step_resources%NOTFOUND;
2453:
2454: gmo_instruction_grp.NULLIFY_INSTR_FOR_ENTITY (
2455: P_API_VERSION => 1.0,
2456: X_RETURN_STATUS => l_return_status,
2457: X_MSG_COUNT => l_msg_count,
2458: X_MSG_DATA => l_msg_data,

Line 2469: gmo_instruction_grp.create_instance_from_instance (

2465: RAISE instruction_nullify_err;
2466: end if;
2467:
2468: IF (P_TASK = GMO_CONSTANTS_GRP.ACTION_UNRELEASE) THEN
2469: gmo_instruction_grp.create_instance_from_instance (
2470: P_API_VERSION => 1.0,
2471: X_RETURN_STATUS => l_return_status,
2472: X_MSG_COUNT => l_msg_count,
2473: X_MSG_DATA => l_msg_data,

Line 2491: gmo_instruction_grp.NULLIFY_INSTR_FOR_ENTITY (

2487:
2488: ELSIF (P_TASK = GMO_CONSTANTS_GRP.ACTION_DELETE_ACTIVITY) THEN
2489:
2490: l_batchstep_activity_id := P_TASK_ATTRIBUTE;
2491: gmo_instruction_grp.NULLIFY_INSTR_FOR_ENTITY (
2492: P_API_VERSION => 1.0,
2493: X_RETURN_STATUS => l_return_status,
2494: X_MSG_COUNT => l_msg_count,
2495: X_MSG_DATA => l_msg_data,

Line 2510: gmo_instruction_grp.NULLIFY_INSTR_FOR_ENTITY (

2506: loop
2507: fetch c_get_activity_resources into l_batchstep_resource_id;
2508: exit when c_get_activity_resources%NOTFOUND;
2509:
2510: gmo_instruction_grp.NULLIFY_INSTR_FOR_ENTITY (
2511: P_API_VERSION => 1.0,
2512: X_RETURN_STATUS => l_return_status,
2513: X_MSG_COUNT => l_msg_count,
2514: X_MSG_DATA => l_msg_data,

Line 2530: gmo_instruction_grp.NULLIFY_INSTR_FOR_ENTITY (

2526:
2527: ELSIF (P_TASK = GMO_CONSTANTS_GRP.ACTION_DELETE_RESOURCE) THEN
2528:
2529: l_batchstep_resource_id := P_TASK_ATTRIBUTE;
2530: gmo_instruction_grp.NULLIFY_INSTR_FOR_ENTITY (
2531: P_API_VERSION => 1.0,
2532: X_RETURN_STATUS => l_return_status,
2533: X_MSG_COUNT => l_msg_count,
2534: X_MSG_DATA => l_msg_data,

Line 2547: gmo_instruction_grp.NULLIFY_INSTR_FOR_ENTITY (

2543:
2544: ELSIF (P_TASK = GMO_CONSTANTS_GRP.ACTION_DELETE_MATERIAL) THEN
2545:
2546: l_material_detail_id := P_TASK_ATTRIBUTE;
2547: gmo_instruction_grp.NULLIFY_INSTR_FOR_ENTITY (
2548: P_API_VERSION => 1.0,
2549: X_RETURN_STATUS => l_return_status,
2550: X_MSG_COUNT => l_msg_count,
2551: X_MSG_DATA => l_msg_data,

Line 2666: gmo_instruction_grp.SEND_TASK_ACKN (

2662:
2663:
2664: IF (P_FROM_MODULE = GMO_CONSTANTS_GRP.FROM_MODULE_PI) THEN
2665:
2666: gmo_instruction_grp.SEND_TASK_ACKN (
2667: P_API_VERSION => 1.0,
2668: X_RETURN_STATUS => l_return_status,
2669: X_MSG_COUNT => l_msg_count,
2670: X_MSG_DATA => l_msg_data,

Line 3140: gmo_instruction_grp.CREATE_INSTANCE_FROM_DEFN (

3136: loop
3137: fetch c_get_steps into l_batchstep_id, l_routingstep_id, l_oprn_id, l_entity_display_name;
3138: exit when c_get_steps%NOTFOUND;
3139:
3140: gmo_instruction_grp.CREATE_INSTANCE_FROM_DEFN (
3141: P_API_VERSION => 1.0,
3142: X_RETURN_STATUS => l_return_status,
3143: X_MSG_COUNT => l_msg_count,
3144: X_MSG_DATA => l_msg_data,

Line 3192: gmo_instruction_grp.CREATE_INSTANCE_FROM_DEFN (

3188: loop
3189: fetch c_get_activities into l_batchstep_activity_id, l_routingstep_id, l_oprn_line_id, l_entity_display_name;
3190: exit when c_get_activities%NOTFOUND;
3191:
3192: gmo_instruction_grp.CREATE_INSTANCE_FROM_DEFN (
3193: P_API_VERSION => 1.0,
3194: X_RETURN_STATUS => l_return_status,
3195: X_MSG_COUNT => l_msg_count,
3196: X_MSG_DATA => l_msg_data,

Line 3245: gmo_instruction_grp.CREATE_INSTANCE_FROM_DEFN (

3241: loop
3242: fetch c_get_resources into l_batchstep_resource_id, l_routingstep_id, l_oprn_line_id, l_resources, l_entity_display_name;
3243: exit when c_get_resources%NOTFOUND;
3244:
3245: gmo_instruction_grp.CREATE_INSTANCE_FROM_DEFN (
3246: P_API_VERSION => 1.0,
3247: X_RETURN_STATUS => l_return_status,
3248: X_MSG_COUNT => l_msg_count,
3249: X_MSG_DATA => l_msg_data,