DBA Data[Home] [Help]

APPS.INV_COST_GROUP_UPDATE dependencies on MTL_MATERIAL_TRANSACTIONS_TEMP

Line 17: (p_transaction_rec IN mtl_material_transactions_temp%ROWTYPE,

13: x_cost_group_id OUT NOCOPY NUMBER,
14: x_return_status OUT NOCOPY VARCHAR2);
15:
16: PROCEDURE cost_group_update
17: (p_transaction_rec IN mtl_material_transactions_temp%ROWTYPE,
18: p_fob_point IN mtl_interorg_parameters.fob_point%TYPE DEFAULT NULL,
19: p_transfer_wms_org IN BOOLEAN DEFAULT TRUE,
20: p_tfr_primary_cost_method IN NUMBER,
21: p_tfr_org_cost_group_id IN NUMBER,

Line 30: -- mtl_material_transactions_temp for any pending transactions. If no

26: x_msg_data OUT NOCOPY VARCHAR2);
27:
28: -- Gets the current cost group for the material given parameters
29: -- First checks the mtl_onhand_quantities for onhand inventory and then the
30: -- mtl_material_transactions_temp for any pending transactions. If no
31: -- entries are found there then it checks if negative onhand balances are
32: -- allowed. If negative balances are allowed then it assigns the default
33: -- cost group of the subinventory or the organization.
34: