DBA Data[Home] [Help]

APPS.OKL_ARINTF_PVT dependencies on AR_INTERFACE_CONTS_ALL

Line 1900: type ar_contingency_tbl_type is table of ar_interface_conts_all%rowtype index by pls_integer;

1896:
1897: type inv_lines_tbl_type is table of ra_interface_lines_all%rowtype index by binary_integer;
1898: type inv_dist_tbl_type is table of ra_interface_distributions_all%rowtype index by pls_integer;
1899: type sales_credits_tbl_type is table of ra_interface_salescredits_all%rowtype index by pls_integer;
1900: type ar_contingency_tbl_type is table of ar_interface_conts_all%rowtype index by pls_integer;
1901:
1902: inv_lines_tbl inv_lines_tbl_type;
1903: inv_dist_tbl inv_dist_tbl_type;
1904: sales_credits_tbl sales_credits_tbl_type;

Line 2978: -- Build ar_interface_conts_all

2974: END IF;
2975: -- Build ra_interface_lines_rec
2976: -- Build ra_interface_distributions_rec
2977: -- Build ra_interface_salescredits_all
2978: -- Build ar_interface_conts_all
2979:
2980: IF (G_IS_DEBUG_STATEMENT_ON = true) THEN
2981: OKL_DEBUG_PUB.LOG_DEBUG(FND_LOG.LEVEL_STATEMENT, G_MODULE,'Building AR records');
2982: END IF;

Line 4379: INSERT INTO AR_INTERFACE_CONTS_ALL

4375: IF ar_contingency_tbl.COUNT > 0 THEN
4376:
4377: FORALL indx in ar_contingency_tbl.first..ar_contingency_tbl.LAST
4378: SAVE EXCEPTIONS
4379: INSERT INTO AR_INTERFACE_CONTS_ALL
4380: VALUES ar_contingency_tbl(indx);
4381:
4382: END IF;
4383: