DBA Data[Home] [Help]

APPS.INV_GENEALOGY_REPORT_GEN dependencies on GMD_API_GRP

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

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

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

3075: Open is_org_process_enabled;
3076: Fetch is_org_process_enabled into l_process_org;
3077: Close is_org_process_enabled;
3078: if l_process_org = 1 then
3079: GMD_API_GRP.fetch_parm_values(g_organization_id,'GMI_LOTGENE_ENABLE_FMSEC',l_allow_security,x_return_status);
3080: if (l_allow_security = '1' or l_allow_security = 'Y') then
3081: l_security := 0;
3082: Open get_gme_security;
3083: Fetch get_gme_security into l_security;