DBA Data[Home] [Help]

APPS.GMF_RCV_ACCOUNTING_PKG dependencies on INV_LOGICAL_TRANSACTION_GLOBAL

Line 3158: x_inv_trx OUT NOCOPY inv_logical_transaction_global.mtl_trx_rec_type

3154: p_acct_id IN NUMBER,
3155: p_sign IN NUMBER,
3156: p_parent_txn_flag IN NUMBER,
3157: p_transfer_organization_id IN NUMBER,
3158: x_inv_trx OUT NOCOPY inv_logical_transaction_global.mtl_trx_rec_type
3159: )
3160: IS
3161: l_api_name CONSTANT VARCHAR2 (30) := 'Create_MMTRecord';
3162: l_api_version CONSTANT NUMBER := 1.0;

Line 3170: l_inv_trx inv_logical_transaction_global.mtl_trx_rec_type;

3166: l_msg_data VARCHAR2 (8000) := '';
3167: l_stmt_num NUMBER := 0;
3168: l_ctr BINARY_INTEGER;
3169: l_unit_price NUMBER;
3170: l_inv_trx inv_logical_transaction_global.mtl_trx_rec_type;
3171: l_le_id NUMBER;
3172: -- holds legal entity ID for timezone conversion
3173: l_le_txn_date DATE;
3174: -- transaction date truncated and converted to legal entity timezone

Line 3593: l_inv_trx_tbl inv_logical_transaction_global.mtl_trx_tbl_type;

3589: l_msg_count NUMBER := 0;
3590: l_msg_data VARCHAR2 (8000) := '';
3591: l_stmt_num NUMBER := 0;
3592: l_ctr BINARY_INTEGER;
3593: l_inv_trx_tbl inv_logical_transaction_global.mtl_trx_tbl_type;
3594: l_inv_trx_tbl_ctr BINARY_INTEGER;
3595: l_correct_ind BOOLEAN := FALSE;
3596: -- indicator variable for whether these
3597: -- transactions are for a correction or not