DBA Data[Home] [Help]

APPS.RCV_SEEDEVENTS_PVT dependencies on INV_LOGICAL_TRANSACTION_GLOBAL

Line 3751: l_inv_trx_tbl INV_Logical_Transaction_Global.mtl_trx_tbl_type;

3747: l_msg_data VARCHAR2(8000) := '';
3748: l_stmt_num NUMBER := 0;
3749:
3750: l_ctr BINARY_INTEGER;
3751: l_inv_trx_tbl INV_Logical_Transaction_Global.mtl_trx_tbl_type;
3752: l_inv_trx_tbl_ctr BINARY_INTEGER;
3753: l_correct_ind BOOLEAN := FALSE; -- indicator variable for whether these
3754: -- events are for a correction or not
3755: l_rcv_txn_type RCV_TRANSACTIONS.TRANSACTION_TYPE%TYPE;

Line 4221: x_inv_trx OUT NOCOPY INV_LOGICAL_TRANSACTION_GLOBAL.mtl_trx_rec_type

4217: p_acct_id IN NUMBER,
4218: p_sign IN NUMBER,
4219: p_parent_txn_flag IN NUMBER,
4220: p_transfer_organization_id IN NUMBER,
4221: x_inv_trx OUT NOCOPY INV_LOGICAL_TRANSACTION_GLOBAL.mtl_trx_rec_type
4222: ) IS
4223: l_api_name CONSTANT VARCHAR2(30) := 'Create_MMTRecord';
4224: l_api_version CONSTANT NUMBER := 1.0;
4225: l_api_message VARCHAR2(1000);

Line 4234: l_inv_trx INV_LOGICAL_TRANSACTION_GLOBAL.mtl_trx_rec_type;

4230: l_stmt_num NUMBER := 0;
4231:
4232: l_ctr BINARY_INTEGER;
4233: l_unit_price NUMBER;
4234: l_inv_trx INV_LOGICAL_TRANSACTION_GLOBAL.mtl_trx_rec_type;
4235:
4236: l_le_id NUMBER; -- holds legal entity ID for timezone conversion
4237: l_le_txn_date DATE; -- transaction date truncated and converted to legal entity timezone
4238: