DBA Data[Home] [Help]

APPS.GMD_SEARCH_REPLACE_VERS dependencies on GMD_API_GRP

Line 68: l_entity_status gmd_api_grp.status_rec_type;

64: X_dtl_tbl detail_tab;
65: X_return_status VARCHAR2(1);
66: X_message_count NUMBER;
67: X_message_list VARCHAR2(2000);
68: l_entity_status gmd_api_grp.status_rec_type;
69:
70: --BUG 5197863 Added l_ret and VALIDATION_FAILURE
71: l_ret NUMBER;
72: VALIDATION_FAILURE EXCEPTION;

Line 232: gmd_api_grp.get_status_details (V_entity_type => 'ROUTING',

228:
229: COMMIT;
230:
231: --Getting the default status for the owner orgn code or null orgn of recipe from parameters table
232: gmd_api_grp.get_status_details (V_entity_type => 'ROUTING',
233: V_orgn_id => x_hdr_rec.owner_organization_id,
234: X_entity_status => l_entity_status);
235: --Add this code after the call to gmd_routings_pkg.insert_row.
236: IF (l_entity_status.entity_status <> 100) THEN

Line 338: l_entity_status gmd_api_grp.status_rec_type;

334:
335: X_return_status VARCHAR2(1);
336: X_message_count NUMBER;
337: X_message_list VARCHAR2(2000);
338: l_entity_status gmd_api_grp.status_rec_type;
339:
340: l_gmo_enabled VARCHAR2(1);
341: l_source_name_array GMO_DATATYPES_GRP.GMO_TABLE_OF_VARCHAR2_255;
342: l_source_key_array GMO_DATATYPES_GRP.GMO_TABLE_OF_VARCHAR2_255;

Line 533: gmd_api_grp.get_status_details (V_entity_type => 'OPERATION',

529:
530: COMMIT;
531:
532: --Getting the default status for the owner orgn code or null orgn of recipe from parameters table
533: gmd_api_grp.get_status_details (V_entity_type => 'OPERATION',
534: V_orgn_id => x_hdr_rec.owner_organization_id,
535: X_entity_status => l_entity_status);
536: --Add this code after the call to gmd_routings_pkg.insert_row.
537: IF (l_entity_status.entity_status <> 100) THEN

Line 667: l_entity_status gmd_api_grp.status_rec_type;

663:
664: X_return_status VARCHAR2(1);
665: X_message_count NUMBER;
666: X_message_list VARCHAR2(2000);
667: l_entity_status gmd_api_grp.status_rec_type;
668:
669: l_form_source_name_array GMO_DATATYPES_GRP.GMO_TABLE_OF_VARCHAR2_255;
670: l_form_source_key_array GMO_DATATYPES_GRP.GMO_TABLE_OF_VARCHAR2_255;
671: l_rout_source_name_array GMO_DATATYPES_GRP.GMO_TABLE_OF_VARCHAR2_255;

Line 1004: gmd_api_grp.get_status_details (V_entity_type => 'RECIPE',

1000:
1001: COMMIT;
1002:
1003: --Getting the default status for the owner orgn code or null orgn of recipe from parameters table
1004: gmd_api_grp.get_status_details (V_entity_type => 'RECIPE',
1005: V_orgn_id => NVL(p_Organization_id, X_hdr_rec.owner_organization_id),
1006: X_entity_status => l_entity_status);
1007: --Add this code after the call to gmd_routings_pkg.insert_row.
1008: IF (l_entity_status.entity_status <> 100) THEN

Line 1116: l_entity_status gmd_api_grp.status_rec_type;

1112: l_dummy NUMBER;
1113:
1114: TYPE detail_tab IS TABLE OF Cur_get_dtl%ROWTYPE INDEX BY BINARY_INTEGER;
1115: X_dtl_tbl detail_tab;
1116: l_entity_status gmd_api_grp.status_rec_type;
1117: X_return_status VARCHAR2(1);
1118: X_message_count NUMBER;
1119: X_message_list VARCHAR2(2000);
1120: FORM_STATUS_ERR EXCEPTION;

Line 1367: gmd_api_grp.get_status_details (V_entity_type => 'FORMULA',

1363: COMMIT;
1364: --Bug No.5985327 - End
1365:
1366: --Getting the default status for the owner orgn code or null orgn of recipe from parameters table
1367: gmd_api_grp.get_status_details (V_entity_type => 'FORMULA',
1368: V_orgn_id => X_hdr_rec.owner_organization_id,
1369: X_entity_status => l_entity_status);
1370:
1371: IF (l_entity_status.entity_status <> 100) THEN