DBA Data[Home] [Help]

APPS.PJM_TRANSFER_CHARGES_PKG dependencies on WIP_EAM_DIRECT_ITEMS_V

Line 754: from WIP_EAM_DIRECT_ITEMS_V

750: IF (l_wip_entity_id is not NULL and l_po_line_id is not NULL) THEN
751: Begin
752: select distinct category_id
753: into l_po_category_id
754: from WIP_EAM_DIRECT_ITEMS_V
755: where work_order_number = l_wip_entity_id
756: and po_line_id = l_po_line_id;
757: EXCEPTION
758: when others then

Line 1184: from WIP_EAM_DIRECT_ITEMS_V

1180: IF (l_wip_entity_id is not NULL and l_po_line_id is not NULL) THEN
1181: Begin
1182: select distinct category_id
1183: into l_po_category_id
1184: from WIP_EAM_DIRECT_ITEMS_V
1185: where work_order_number = l_wip_entity_id
1186: and po_line_id = l_po_line_id;
1187: EXCEPTION
1188: when others then

Line 1626: from WIP_EAM_DIRECT_ITEMS_V

1622: IF (l_wip_entity_id is not NULL and l_po_line_id is not NULL) THEN
1623: Begin
1624: select distinct category_id
1625: into l_po_category_id
1626: from WIP_EAM_DIRECT_ITEMS_V
1627: where work_order_number = l_wip_entity_id
1628: and po_line_id = l_po_line_id;
1629: EXCEPTION
1630: when others then

Line 2055: from WIP_EAM_DIRECT_ITEMS_V

2051: IF (l_wip_entity_id is not NULL and l_po_line_id is not NULL) THEN
2052: Begin
2053: select distinct category_id
2054: into l_po_category_id
2055: from WIP_EAM_DIRECT_ITEMS_V
2056: where work_order_number = l_wip_entity_id
2057: and po_line_id = l_po_line_id;
2058: EXCEPTION
2059: when others then