DBA Data[Home] [Help]

APPS.CN_TRANSACTION_LOAD_PUB dependencies on CN_FORMULA_COMMON_PKG

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

883: -- Only pass in the "reversal" trx into handle_reversal_trx
884: -- Do not pass in the original trx eventhough its reversal_flag = 'Y'
885: IF (l_header.reversal_flag = 'Y') AND
886: (l_header.commission_header_id <> l_header.reversal_header_id) THEN
887: cn_formula_common_pkg.handle_reversal_trx(l_header.commission_header_id);
888: END IF;
889: END LOOP;
890: END;
891: