DBA Data[Home] [Help]

APPS.RCV_SEEDEVENTS_PVT dependencies on INV_LOGICAL_TRANSACTION_GLOBAL

Line 3760: l_inv_trx_tbl INV_Logical_Transaction_Global.mtl_trx_tbl_type;

3756: l_msg_data VARCHAR2(8000) := '';
3757: l_stmt_num NUMBER := 0;
3758:
3759: l_ctr BINARY_INTEGER;
3760: l_inv_trx_tbl INV_Logical_Transaction_Global.mtl_trx_tbl_type;
3761: l_inv_trx_tbl_ctr BINARY_INTEGER;
3762: l_correct_ind BOOLEAN := FALSE; -- indicator variable for whether these
3763: -- events are for a correction or not
3764: l_rcv_txn_type RCV_TRANSACTIONS.TRANSACTION_TYPE%TYPE;

Line 4230: x_inv_trx OUT NOCOPY INV_LOGICAL_TRANSACTION_GLOBAL.mtl_trx_rec_type

4226: p_acct_id IN NUMBER,
4227: p_sign IN NUMBER,
4228: p_parent_txn_flag IN NUMBER,
4229: p_transfer_organization_id IN NUMBER,
4230: x_inv_trx OUT NOCOPY INV_LOGICAL_TRANSACTION_GLOBAL.mtl_trx_rec_type
4231: ) IS
4232: l_api_name CONSTANT VARCHAR2(30) := 'Create_MMTRecord';
4233: l_api_version CONSTANT NUMBER := 1.0;
4234: l_api_message VARCHAR2(1000);

Line 4243: l_inv_trx INV_LOGICAL_TRANSACTION_GLOBAL.mtl_trx_rec_type;

4239: l_stmt_num NUMBER := 0;
4240:
4241: l_ctr BINARY_INTEGER;
4242: l_unit_price NUMBER;
4243: l_inv_trx INV_LOGICAL_TRANSACTION_GLOBAL.mtl_trx_rec_type;
4244:
4245: l_le_id NUMBER; -- holds legal entity ID for timezone conversion
4246: l_le_txn_date DATE; -- transaction date truncated and converted to legal entity timezone
4247: