DBA Data[Home] [Help]

APPS.GMF_LOT_COSTING_PUB dependencies on GMF_MATL_TYPE

Line 979: SELECT SYSTEM.gmf_matl_type

975: ( p_batch_id NUMBER
976: , p_batchstep_id NUMBER
977: )
978: IS
979: SELECT SYSTEM.gmf_matl_type
980: (mmt.transaction_id,
981: hoi.org_information2,
982: mmt.organization_id,
983: mmt.inventory_item_id,

Line 1050: SELECT SYSTEM.gmf_matl_type

1046: CURSOR unassociated_ings_cursor
1047: ( p_batch_id NUMBER
1048: )
1049: IS
1050: SELECT SYSTEM.gmf_matl_type
1051: ( transaction_id,
1052: org_information2,
1053: organization_id,
1054: inventory_item_id,

Line 1154: SELECT SYSTEM.gmf_matl_type

1150: CURSOR unassociated_prds_cursor
1151: ( p_batch_id NUMBER
1152: )
1153: IS
1154: SELECT SYSTEM.gmf_matl_type
1155: ( mmt.transaction_id,
1156: hoi.org_information2,
1157: mmt.organization_id,
1158: mmt.inventory_item_id,

Line 1199: SELECT SYSTEM.gmf_matl_type

1195: CURSOR materials_cursor_nr
1196: ( p_batch_id NUMBER
1197: )
1198: IS
1199: SELECT SYSTEM.gmf_matl_type
1200: ( mmt.transaction_id,
1201: l_le_id,
1202: mmt.organization_id,
1203: mmt.inventory_item_id,