DBA Data[Home] [Help]

APPS.WMS_POSTALLOC_PVT dependencies on BOM_STANDARD_OPERATIONS

Line 5140: , bom_standard_operations bso

5136: BEGIN
5137: SELECT rules.rule_id, rules.type_hdr_id BULK COLLECT
5138: INTO g_t_tta_rule_id, g_t_tta_type_hdr_id
5139: FROM wms_rules_b rules
5140: , bom_standard_operations bso
5141: WHERE rules.organization_id IN (g_tta_org_id,-1)
5142: AND rules.type_code = 3
5143: AND rules.enabled_flag = 'Y'
5144: AND rules.type_hdr_id = bso.standard_operation_id