DBA Data[Home] [Help]

APPS.OKL_COMBI_CASH_APP_RLS_PVT dependencies on OKL_AUTO_CASH_APPL_RULES_PVT

Line 43: ,x_appl_tbl OUT NOCOPY okl_auto_cash_appl_rules_pvt.okl_appl_dtls_tbl_type

39: ,p_customer_number IN VARCHAR2
40: ,p_rcpt_amount IN NUMBER
41: ,p_org_id IN NUMBER
42: ,p_currency_code IN VARCHAR2
43: ,x_appl_tbl OUT NOCOPY okl_auto_cash_appl_rules_pvt.okl_appl_dtls_tbl_type
44: ) IS
45:
46: ---------------------------
47: -- DECLARE Local Variables

Line 70: l_appl_tbl okl_auto_cash_appl_rules_pvt.okl_appl_dtls_tbl_type;

66:
67: ------------------------------
68: -- DECLARE Record/Table Types
69: ------------------------------
70: l_appl_tbl okl_auto_cash_appl_rules_pvt.okl_appl_dtls_tbl_type;
71: -------------------
72: -- DECLARE Cursors
73: -------------------
74:

Line 304: ,x_appl_tbl OUT NOCOPY okl_auto_cash_appl_rules_pvt.okl_appl_dtls_tbl_type

300: ,p_org_id IN NUMBER
301: ,p_rcpt_amount IN NUMBER
302: ,p_currency_code IN VARCHAR2
303: ,x_match_found OUT NOCOPY NUMBER
304: ,x_appl_tbl OUT NOCOPY okl_auto_cash_appl_rules_pvt.okl_appl_dtls_tbl_type
305: ) IS
306:
307: ---------------------------
308: -- DECLARE Local Variables

Line 354: l_appl_tbl okl_auto_cash_appl_rules_pvt.okl_appl_dtls_tbl_type;

350:
351: ------------------------------
352: -- DECLARE Record/Table Types
353: ------------------------------
354: l_appl_tbl okl_auto_cash_appl_rules_pvt.okl_appl_dtls_tbl_type;
355: l_scn_rcpt_tbl okl_auto_cash_appl_rules_pvt.okl_rcpt_dtls_tbl_type;
356: l_tmc_rcpt_tbl okl_auto_cash_appl_rules_pvt.okl_rcpt_dtls_tbl_type;
357: l_rcpt_tbl okl_auto_cash_appl_rules_pvt.okl_rcpt_dtls_tbl_type;
358: -------------------

Line 355: l_scn_rcpt_tbl okl_auto_cash_appl_rules_pvt.okl_rcpt_dtls_tbl_type;

351: ------------------------------
352: -- DECLARE Record/Table Types
353: ------------------------------
354: l_appl_tbl okl_auto_cash_appl_rules_pvt.okl_appl_dtls_tbl_type;
355: l_scn_rcpt_tbl okl_auto_cash_appl_rules_pvt.okl_rcpt_dtls_tbl_type;
356: l_tmc_rcpt_tbl okl_auto_cash_appl_rules_pvt.okl_rcpt_dtls_tbl_type;
357: l_rcpt_tbl okl_auto_cash_appl_rules_pvt.okl_rcpt_dtls_tbl_type;
358: -------------------
359: -- DECLARE Cursors

Line 356: l_tmc_rcpt_tbl okl_auto_cash_appl_rules_pvt.okl_rcpt_dtls_tbl_type;

352: -- DECLARE Record/Table Types
353: ------------------------------
354: l_appl_tbl okl_auto_cash_appl_rules_pvt.okl_appl_dtls_tbl_type;
355: l_scn_rcpt_tbl okl_auto_cash_appl_rules_pvt.okl_rcpt_dtls_tbl_type;
356: l_tmc_rcpt_tbl okl_auto_cash_appl_rules_pvt.okl_rcpt_dtls_tbl_type;
357: l_rcpt_tbl okl_auto_cash_appl_rules_pvt.okl_rcpt_dtls_tbl_type;
358: -------------------
359: -- DECLARE Cursors
360: -------------------

Line 357: l_rcpt_tbl okl_auto_cash_appl_rules_pvt.okl_rcpt_dtls_tbl_type;

353: ------------------------------
354: l_appl_tbl okl_auto_cash_appl_rules_pvt.okl_appl_dtls_tbl_type;
355: l_scn_rcpt_tbl okl_auto_cash_appl_rules_pvt.okl_rcpt_dtls_tbl_type;
356: l_tmc_rcpt_tbl okl_auto_cash_appl_rules_pvt.okl_rcpt_dtls_tbl_type;
357: l_rcpt_tbl okl_auto_cash_appl_rules_pvt.okl_rcpt_dtls_tbl_type;
358: -------------------
359: -- DECLARE Cursors
360: -------------------
361:

Line 748: okl_auto_cash_appl_rules_pvt.GET_APPLICATIONS( p_rcpt_tbl => l_scn_rcpt_tbl

744: EXIT WHEN mod((l_scn_rcpt_tbl.COUNT), 8) = 0; -- multiple of 8
745: END LOOP;
746:
747: END IF;*/
748: okl_auto_cash_appl_rules_pvt.GET_APPLICATIONS( p_rcpt_tbl => l_scn_rcpt_tbl
749: ,x_appl_tbl => l_appl_tbl);
750:
751: l_match_found := 1;
752: x_appl_tbl := l_appl_tbl;

Line 799: okl_auto_cash_appl_rules_pvt.GET_APPLICATIONS( p_rcpt_tbl => l_tmc_rcpt_tbl

795: EXIT WHEN mod((l_tmc_rcpt_tbl.COUNT), 8) = 0; -- multiple of 8
796: END LOOP;
797:
798: END IF;*/
799: okl_auto_cash_appl_rules_pvt.GET_APPLICATIONS( p_rcpt_tbl => l_tmc_rcpt_tbl
800: ,x_appl_tbl => l_appl_tbl);
801:
802: l_match_found := 1;
803: x_appl_tbl := l_appl_tbl;