DBA Data[Home] [Help]

APPS.GMF_RCV_ACCOUNTING_PKG dependencies on INV_LOGICAL_TRANSACTION_GLOBAL

Line 3164: x_inv_trx OUT NOCOPY inv_logical_transaction_global.mtl_trx_rec_type

3160: p_acct_id IN NUMBER,
3161: p_sign IN NUMBER,
3162: p_parent_txn_flag IN NUMBER,
3163: p_transfer_organization_id IN NUMBER,
3164: x_inv_trx OUT NOCOPY inv_logical_transaction_global.mtl_trx_rec_type
3165: )
3166: IS
3167: l_api_name CONSTANT VARCHAR2 (30) := 'Create_MMTRecord';
3168: l_api_version CONSTANT NUMBER := 1.0;

Line 3176: l_inv_trx inv_logical_transaction_global.mtl_trx_rec_type;

3172: l_msg_data VARCHAR2 (8000) := '';
3173: l_stmt_num NUMBER := 0;
3174: l_ctr BINARY_INTEGER;
3175: l_unit_price NUMBER;
3176: l_inv_trx inv_logical_transaction_global.mtl_trx_rec_type;
3177: l_le_id NUMBER;
3178: -- holds legal entity ID for timezone conversion
3179: l_le_txn_date DATE;
3180: -- transaction date truncated and converted to legal entity timezone

Line 3599: l_inv_trx_tbl inv_logical_transaction_global.mtl_trx_tbl_type;

3595: l_msg_count NUMBER := 0;
3596: l_msg_data VARCHAR2 (8000) := '';
3597: l_stmt_num NUMBER := 0;
3598: l_ctr BINARY_INTEGER;
3599: l_inv_trx_tbl inv_logical_transaction_global.mtl_trx_tbl_type;
3600: l_inv_trx_tbl_ctr BINARY_INTEGER;
3601: l_correct_ind BOOLEAN := FALSE;
3602: -- indicator variable for whether these
3603: -- transactions are for a correction or not