DBA Data[Home] [Help]

APPS.CN_TRANSACTION_LOAD_PKG dependencies on CN_FORMULA_COMMON_PKG

Line 2193: cn_formula_common_pkg.handle_reversal_trx(l_header.commission_header_id);

2189: -- Only pass in the "reversal" trx into handle_reversal_trx
2190: -- Do not pass in the original trx eventhough its reversal_flag = 'Y'
2191: IF (l_header.reversal_flag = 'Y')
2192: AND (l_header.commission_header_id <> l_header.reversal_header_id) THEN
2193: cn_formula_common_pkg.handle_reversal_trx(l_header.commission_header_id);
2194: END IF;
2195: END LOOP;
2196: END;
2197: