DBA Data[Home] [Help]

APPS.INV_MGD_MVT_UTILS_PKG dependencies on INV_MGD_MVT_FIN_MDTR

Line 133: INV_MGD_MVT_FIN_MDTR.Get_Period_Name

129: END IF;
130:
131: -- If there is an invoice then get all the info from the invoice
132: x_movement_transaction.period_name :=
133: INV_MGD_MVT_FIN_MDTR.Get_Period_Name
134: ( p_movement_transaction => x_movement_transaction
135: , p_stat_typ_transaction => l_stat_typ_transaction
136: );
137:

Line 147: INV_MGD_MVT_FIN_MDTR.Calc_Invoice_Info

143: END IF;
144:
145: -- move this condition to INVFMDRB.pls so that all the places
146: --where call calc_invoice_info will also filter out following conditions
147: INV_MGD_MVT_FIN_MDTR.Calc_Invoice_Info
148: ( p_stat_typ_transaction => l_stat_typ_transaction
149: , x_movement_transaction => x_movement_transaction
150: );
151:

Line 153: INV_MGD_MVT_FIN_MDTR.Calc_Movement_Amount

149: , x_movement_transaction => x_movement_transaction
150: );
151:
152: x_movement_transaction.movement_amount :=
153: INV_MGD_MVT_FIN_MDTR.Calc_Movement_Amount
154: (p_movement_transaction => x_movement_transaction);
155:
156: --Calculate freight charge and include in statistics value
157: x_movement_transaction.stat_ext_value :=

Line 158: INV_MGD_MVT_FIN_MDTR.Calc_Statistics_Value

154: (p_movement_transaction => x_movement_transaction);
155:
156: --Calculate freight charge and include in statistics value
157: x_movement_transaction.stat_ext_value :=
158: INV_MGD_MVT_FIN_MDTR.Calc_Statistics_Value
159: (p_movement_transaction => x_movement_transaction);
160:
161: /* Bug: 5291257. Call to function INV_MGD_MVT_FIN_MDTR.Get_Set_Of_Books_Period
162: is modified becasue p_period_type is no more required. */

Line 161: /* Bug: 5291257. Call to function INV_MGD_MVT_FIN_MDTR.Get_Set_Of_Books_Period

157: x_movement_transaction.stat_ext_value :=
158: INV_MGD_MVT_FIN_MDTR.Calc_Statistics_Value
159: (p_movement_transaction => x_movement_transaction);
160:
161: /* Bug: 5291257. Call to function INV_MGD_MVT_FIN_MDTR.Get_Set_Of_Books_Period
162: is modified becasue p_period_type is no more required. */
163: x_movement_transaction.set_of_books_period :=
164: INV_MGD_MVT_FIN_MDTR.Get_Set_Of_Books_Period
165: ( p_legal_entity_id => x_movement_transaction.entity_org_id

Line 164: INV_MGD_MVT_FIN_MDTR.Get_Set_Of_Books_Period

160:
161: /* Bug: 5291257. Call to function INV_MGD_MVT_FIN_MDTR.Get_Set_Of_Books_Period
162: is modified becasue p_period_type is no more required. */
163: x_movement_transaction.set_of_books_period :=
164: INV_MGD_MVT_FIN_MDTR.Get_Set_Of_Books_Period
165: ( p_legal_entity_id => x_movement_transaction.entity_org_id
166: , p_period_date => NVL(x_movement_transaction.invoice_date_reference,
167: x_movement_transaction.transaction_date)
168: --, p_period_type => NVL(l_stat_typ_transaction.period_type,'Month')