DBA Data[Home] [Help]

APPS.GMF_LOTCOSTADJUSTMENT_PUB dependencies on GMF_LOT_COST_ADJUSTMENTS

Line 17: adjustment_id gmf_lot_cost_adjustments.adjustment_id%TYPE

13: TYPE Lc_Adjustment_Header_Rec_Type
14: IS
15: RECORD
16: (
17: adjustment_id gmf_lot_cost_adjustments.adjustment_id%TYPE
18: , legal_entity_id gmf_fiscal_policies.legal_entity_id%TYPE
19: , cost_type_id cm_mthd_mst.cost_type_id%TYPE
20: , cost_mthd_code cm_mthd_mst.cost_mthd_code%TYPE
21: , item_id mtl_item_flexfields.inventory_item_id%TYPE

Line 28: , delete_mark gmf_lot_cost_adjustments.delete_mark%TYPE

24: , organization_code mtl_parameters.organization_code%TYPE
25: , lot_number mtl_lot_numbers.lot_number%TYPE
26: , adjustment_date DATE
27: , reason_code cm_reas_cds.reason_code%TYPE
28: , delete_mark gmf_lot_cost_adjustments.delete_mark%TYPE
29: , ATTRIBUTE1 VARCHAR2(240)
30: , ATTRIBUTE2 VARCHAR2(240)
31: , ATTRIBUTE3 VARCHAR2(240)
32: , ATTRIBUTE4 VARCHAR2(240)