DBA Data[Home] [Help]

APPS.GMF_LOT_COSTING_PUB dependencies on GMF_MATL_TYPE

Line 815: SELECT SYSTEM.gmf_matl_type

811: ( p_batch_id NUMBER
812: , p_batchstep_id NUMBER
813: )
814: IS
815: SELECT SYSTEM.gmf_matl_type
816: (mmt.transaction_id,
817: hoi.org_information2,
818: mmt.organization_id,
819: mmt.inventory_item_id,

Line 880: SELECT SYSTEM.gmf_matl_type

876: CURSOR unassociated_ings_cursor
877: ( p_batch_id NUMBER
878: )
879: IS
880: SELECT SYSTEM.gmf_matl_type
881: ( mmt.transaction_id,
882: hoi.org_information2,
883: mmt.organization_id,
884: mmt.inventory_item_id,

Line 926: SELECT SYSTEM.gmf_matl_type

922: CURSOR unassociated_prds_cursor
923: ( p_batch_id NUMBER
924: )
925: IS
926: SELECT SYSTEM.gmf_matl_type
927: ( mmt.transaction_id,
928: hoi.org_information2,
929: mmt.organization_id,
930: mmt.inventory_item_id,

Line 969: SELECT SYSTEM.gmf_matl_type

965: CURSOR materials_cursor_nr
966: ( p_batch_id NUMBER
967: )
968: IS
969: SELECT SYSTEM.gmf_matl_type
970: ( mmt.transaction_id,
971: l_le_id,
972: mmt.organization_id,
973: mmt.inventory_item_id,