DBA Data[Home] [Help]

APPS.INV_DCP_PVT dependencies on MFG_LOOKUPS

Line 1206: FROM mfg_lookups

1202: WHERE transaction_source_type_id=p_source_type_id;
1203:
1204: CURSOR c_action(p_action_id IN NUMBER) IS
1205: SELECT meaning
1206: FROM mfg_lookups
1207: WHERE lookup_code=p_action_id
1208: AND lookup_type='MTL_TRANSACTION_ACTION';
1209:
1210: CURSOR c_item(p_org_id in number, p_item_id in number) IS