DBA Data[Home] [Help]

APPS.CE_AUTO_BANK_MATCH dependencies on CE_AUTO_BANK_CLEAR1

Line 9903: | CE_AUTO_BANK_CLEAR1.reconcile_pbatch |

9899: | |
9900: | CALLED BY |
9901: | match_process |
9902: | match_stmt_line_JE |
9903: | CE_AUTO_BANK_CLEAR1.reconcile_pbatch |
9904: | CE_AUTO_BANK_CLEAR1.reconcile_rbatch |
9905: | CE_AUTO_BANK_CLEAR1.reconcile_pay_eft |
9906: | |
9907: | HISTORY |

Line 9904: | CE_AUTO_BANK_CLEAR1.reconcile_rbatch |

9900: | CALLED BY |
9901: | match_process |
9902: | match_stmt_line_JE |
9903: | CE_AUTO_BANK_CLEAR1.reconcile_pbatch |
9904: | CE_AUTO_BANK_CLEAR1.reconcile_rbatch |
9905: | CE_AUTO_BANK_CLEAR1.reconcile_pay_eft |
9906: | |
9907: | HISTORY |
9908: | 11-MAY-2006 Xin Wang Created |

Line 9905: | CE_AUTO_BANK_CLEAR1.reconcile_pay_eft |

9901: | match_process |
9902: | match_stmt_line_JE |
9903: | CE_AUTO_BANK_CLEAR1.reconcile_pbatch |
9904: | CE_AUTO_BANK_CLEAR1.reconcile_rbatch |
9905: | CE_AUTO_BANK_CLEAR1.reconcile_pay_eft |
9906: | |
9907: | HISTORY |
9908: | 11-MAY-2006 Xin Wang Created |
9909: --------------------------------------------------------------------- */

Line 9933: | CE_AUTO_BANK_CLEAR1.unclear_process |

9929: | ce_available_transactions_tmp |
9930: | mainly used to update the status to 'N' during unreconciliation |
9931: | |
9932: | CALLED BY |
9933: | CE_AUTO_BANK_CLEAR1.unclear_process |
9934: | |
9935: | HISTORY |
9936: | 11-MAY-2006 Xin Wang Created |
9937: --------------------------------------------------------------------- */

Line 9963: | CE_AUTO_BANK_CLEAR1.unclear_process |

9959: | mainly used to update the status to 'N' during |
9960: | auto unreconciliation |
9961: | |
9962: | CALLED BY |
9963: | CE_AUTO_BANK_CLEAR1.unclear_process |
9964: | |
9965: | HISTORY |
9966: | 11-MAY-2006 Xin Wang Created |
9967: --------------------------------------------------------------------- */

Line 10041: IF CE_AUTO_BANK_CLEAR1.G_RECEIPT_PROCESSED_FLAG THEN

10037: cep_standard.init_security;
10038:
10039: -- Bug 16298972 Start
10040: -- Reset the G_RECEIPT_PROCESSED_FLAG flag for a new run of autorecon.
10041: IF CE_AUTO_BANK_CLEAR1.G_RECEIPT_PROCESSED_FLAG THEN
10042: CE_AUTO_BANK_CLEAR1.G_RECEIPT_PROCESSED_FLAG := FALSE;
10043: END IF;
10044: -- Bug 16298972 End
10045:

Line 10042: CE_AUTO_BANK_CLEAR1.G_RECEIPT_PROCESSED_FLAG := FALSE;

10038:
10039: -- Bug 16298972 Start
10040: -- Reset the G_RECEIPT_PROCESSED_FLAG flag for a new run of autorecon.
10041: IF CE_AUTO_BANK_CLEAR1.G_RECEIPT_PROCESSED_FLAG THEN
10042: CE_AUTO_BANK_CLEAR1.G_RECEIPT_PROCESSED_FLAG := FALSE;
10043: END IF;
10044: -- Bug 16298972 End
10045:
10046: cep_standard.debug('-> Opening r_branch_cursor');

Line 10430: cep_standard.debug('CE_AUTO_BANK_CLEAR1.G_RECEIPT_PROCESSED_FLAG = ' || CASE WHEN CE_AUTO_BANK_CLEAR1.G_RECEIPT_PROCESSED_FLAG THEN 'TRUE' ELSE 'FALSE' END);

10426: CLOSE r_branch_cursor;
10427:
10428: -- Bug 16298972 Start
10429: -- If Atleast one receipt was cleared during the autoreconciliation process, call the AR API ARP_CASHBOOK.refresh_risk_value
10430: cep_standard.debug('CE_AUTO_BANK_CLEAR1.G_RECEIPT_PROCESSED_FLAG = ' || CASE WHEN CE_AUTO_BANK_CLEAR1.G_RECEIPT_PROCESSED_FLAG THEN 'TRUE' ELSE 'FALSE' END);
10431:
10432: IF CE_AUTO_BANK_CLEAR1.G_RECEIPT_PROCESSED_FLAG THEN
10433: cep_standard.debug('Calling AR API ARP_CASHBOOK.refresh_risk_value for Autorecon.');
10434: ARP_CASHBOOK.refresh_risk_value;

Line 10432: IF CE_AUTO_BANK_CLEAR1.G_RECEIPT_PROCESSED_FLAG THEN

10428: -- Bug 16298972 Start
10429: -- If Atleast one receipt was cleared during the autoreconciliation process, call the AR API ARP_CASHBOOK.refresh_risk_value
10430: cep_standard.debug('CE_AUTO_BANK_CLEAR1.G_RECEIPT_PROCESSED_FLAG = ' || CASE WHEN CE_AUTO_BANK_CLEAR1.G_RECEIPT_PROCESSED_FLAG THEN 'TRUE' ELSE 'FALSE' END);
10431:
10432: IF CE_AUTO_BANK_CLEAR1.G_RECEIPT_PROCESSED_FLAG THEN
10433: cep_standard.debug('Calling AR API ARP_CASHBOOK.refresh_risk_value for Autorecon.');
10434: ARP_CASHBOOK.refresh_risk_value;
10435: cep_standard.debug('Call to AR API ARP_CASHBOOK.refresh_risk_value ended successfully.');
10436: END IF;