DBA Data[Home] [Help]

APPS.OKL_ARINTF_PVT dependencies on RA_INTERFACE_SALESCREDITS_ALL

Line 1048: type sales_credits_tbl_type is table of ra_interface_salescredits_all%rowtype index by pls_integer;

1044: l_xfer_tbl xfer_tbl_type;
1045:
1046: type inv_lines_tbl_type is table of ra_interface_lines_all%rowtype index by binary_integer;
1047: type inv_dist_tbl_type is table of ra_interface_distributions_all%rowtype index by pls_integer;
1048: type sales_credits_tbl_type is table of ra_interface_salescredits_all%rowtype index by pls_integer;
1049: type ar_contingency_tbl_type is table of ar_interface_conts_all%rowtype index by pls_integer;
1050:
1051: inv_lines_tbl inv_lines_tbl_type;
1052: inv_dist_tbl inv_dist_tbl_type;

Line 1866: -- Build ra_interface_salescredits_all

1862: fnd_log.STRING(fnd_log.level_statement,'okl.plsql.okl_arintf_pvt.get_rec_feeder.debug','finished deleting pl/sql tables');
1863: END IF;
1864: -- Build ra_interface_lines_rec
1865: -- Build ra_interface_distributions_rec
1866: -- Build ra_interface_salescredits_all
1867: -- Build ar_interface_conts_all
1868:
1869: IF (G_IS_DEBUG_STATEMENT_ON = true) THEN
1870: OKL_DEBUG_PUB.LOG_DEBUG(FND_LOG.LEVEL_STATEMENT, G_MODULE,'Building AR records');

Line 3049: INSERT INTO RA_INTERFACE_SALESCREDITS_ALL

3045: END IF;
3046: IF sales_credits_tbl.COUNT > 0 THEN
3047: FORALL indx in sales_credits_tbl.first..sales_credits_tbl.LAST
3048: SAVE EXCEPTIONS
3049: INSERT INTO RA_INTERFACE_SALESCREDITS_ALL
3050: VALUES sales_credits_tbl(indx);
3051: END IF;
3052:
3053: IF SQL%BULK_EXCEPTIONS.COUNT > 0 THEN