DBA Data[Home] [Help]

APPS.GMD_RECIPE_DESIGNER_PKG dependencies on GMD_API_GRP

Line 1159: GMD_API_GRP.check_Orgn_Access(entity => 'RECIPE',

1155: x_recipe_mode := 'Q';
1156:
1157: IF GMD_COMMON_VAL.Update_Allowed(entity => 'RECIPE',
1158: entity_id => p_recipe_id) AND
1159: GMD_API_GRP.check_Orgn_Access(entity => 'RECIPE',
1160: entity_id => p_recipe_id) THEN
1161: x_recipe_mode := 'U';
1162:
1163: END IF;

Line 5462: IF (GMD_API_GRP.setup AND GMD_API_GRP.OrgnAccessible(l_orgn_id)) THEN

5458: FETCH Cur_get_recp_orgn INTO l_orgn_id;
5459: CLOSE Cur_get_recp_orgn;
5460:
5461: IF (l_orgn_id IS NOT NULL) THEN
5462: IF (GMD_API_GRP.setup AND GMD_API_GRP.OrgnAccessible(l_orgn_id)) THEN
5463: x_return_code := 'S';
5464: ELSE
5465: x_return_code := 'F';
5466: END IF;

Line 5496: GMD_API_GRP.check_item_exists (p_formula_id => l_formula_id,

5492: IF (p_organization_id IS NOT NULL) THEN
5493: l_orgn_id := p_organization_id;
5494: END IF;
5495:
5496: GMD_API_GRP.check_item_exists (p_formula_id => l_formula_id,
5497: x_return_status => x_return_code,
5498: p_organization_id => l_orgn_id);
5499: ELSE
5500: x_return_code := 'S';

Line 5534: l_entity_status gmd_api_grp.status_rec_type;

5530: ,x_msg_count OUT NOCOPY NUMBER
5531: ,x_msg_data OUT NOCOPY VARCHAR2 ) IS
5532:
5533: /* Local variable section */
5534: l_entity_status gmd_api_grp.status_rec_type;
5535: l_owner_organization_id fm_form_mst_b.owner_organization_id%TYPE;
5536:
5537: default_status_err EXCEPTION;
5538:

Line 5575: gmd_api_grp.get_status_details (V_entity_type => pEntity_name,

5571: END IF;
5572:
5573: -- Getting the default status for the owner orgn code
5574: -- or null orgn of recipe from parameters table
5575: gmd_api_grp.get_status_details (V_entity_type => pEntity_name,
5576: V_orgn_id => l_owner_organization_id,
5577: X_entity_status => l_entity_status);
5578:
5579: -- Check for any experimental items when formula status is apfgu.