DBA Data[Home] [Help]

APPS.INV_GENEALOGY_REPORT_GEN dependencies on GMD_API_GRP

Line 802: GMD_API_GRP.fetch_parm_values(g_current_org_id,'GMI_LOTGENE_ENABLE_FMSEC',l_allow_security,x_return_status);

798: l_work_order_header_rec.org_desc := l_current_org_desc;
799: l_work_order_header_rec.prod_item_id := l_inventory_item_id;
800: if l_wip_entity_type in (9, 10) then
801: l_work_order_header_rec.work_order_type := 'BATCH';
802: GMD_API_GRP.fetch_parm_values(g_current_org_id,'GMI_LOTGENE_ENABLE_FMSEC',l_allow_security,x_return_status);
803: if (l_allow_security = '1' or l_allow_security = 'Y') then
804: l_security := 0 ; -- set it to 0
805: Open get_gme_security;
806: Fetch get_gme_security into l_security;

Line 2477: GMD_API_GRP.fetch_parm_values(g_organization_id,'GMI_LOTGENE_ENABLE_FMSEC',l_allow_security,x_return_status);

2473: /* check gme formula security, no expansion what so ever, if security is on*/
2474: l_security := 1; -- security is off for all
2475: if( l_object_type = 5) then
2476: l_security := 0;
2477: GMD_API_GRP.fetch_parm_values(g_organization_id,'GMI_LOTGENE_ENABLE_FMSEC',l_allow_security,x_return_status);
2478: if (l_allow_security = '1' or l_allow_security = 'Y') then
2479: Open get_gme_security;
2480: Fetch get_gme_security into l_security;
2481: Close get_gme_security;

Line 2620: GMD_API_GRP.fetch_parm_values(g_organization_id,'GMI_LOTGENE_ENABLE_FMSEC',l_allow_security,x_return_status);

2616: /* check gme formula security, no expansion what so ever, if security is on*/
2617: l_security := 1; -- security is off for all
2618: if( l_object_type = 5) then
2619: l_security := 0;
2620: GMD_API_GRP.fetch_parm_values(g_organization_id,'GMI_LOTGENE_ENABLE_FMSEC',l_allow_security,x_return_status);
2621: if (l_allow_security = '1' or l_allow_security = 'Y') then
2622: Open get_gme_security;
2623: Fetch get_gme_security into l_security;
2624: Close get_gme_security;

Line 2793: GMD_API_GRP.fetch_parm_values(g_organization_id,'GMI_LOTGENE_ENABLE_FMSEC',l_allow_security,x_return_status);

2789: /* check gme formula security, no expansion what so ever, if security is on*/
2790: l_security := 1; -- security is off for all
2791: if( l_parent_object_type = 5) then
2792: l_security := 0;
2793: GMD_API_GRP.fetch_parm_values(g_organization_id,'GMI_LOTGENE_ENABLE_FMSEC',l_allow_security,x_return_status);
2794: if (l_allow_security = '1' or l_allow_security = 'Y') then
2795: Open get_gme_security;
2796: Fetch get_gme_security into l_security;
2797: Close get_gme_security;

Line 2936: GMD_API_GRP.fetch_parm_values(g_organization_id,'GMI_LOTGENE_ENABLE_FMSEC',l_allow_security,x_return_status);

2932: /* check gme formula security, no expansion what so ever, if security is on*/
2933: l_security := 1; -- security is off for all
2934: if( l_object_type = 5) then
2935: l_security := 0;
2936: GMD_API_GRP.fetch_parm_values(g_organization_id,'GMI_LOTGENE_ENABLE_FMSEC',l_allow_security,x_return_status);
2937: if (l_allow_security = '1' or l_allow_security = 'Y') then
2938: Open get_gme_security;
2939: Fetch get_gme_security into l_security;
2940: Close get_gme_security;