DBA Data[Home] [Help]

APPS.OKL_AM_CNTRCT_LN_TRMNT_PVT dependencies on OKL_TRNS_ACC_DSTRS

Line 7152: FROM okl_trns_acc_dstrs dst

7148: p_source_table IN VARCHAR2
7149: )
7150: IS
7151: SELECT dst.code_combination_id
7152: FROM okl_trns_acc_dstrs dst
7153: WHERE dst.source_id = p_source_id
7154: AND dst.source_table = p_source_table
7155: AND dst.cr_dr_flag = 'C'
7156: AND dst.percentage = 100;

Line 7653: -- from OKL_TRNS_ACC_DSTRS_V

7649: RAISE okl_api.g_exception_error;
7650: END IF;
7651:
7652: -- Get the first code_combination_id for the transaction
7653: -- from OKL_TRNS_ACC_DSTRS_V
7654: OPEN code_combination_id_csr (lx_adjv_rec.ID,
7655: 'OKL_TRX_AR_ADJSTS_B');
7656:
7657: FETCH code_combination_id_csr