DBA Data[Home] [Help]

APPS.ARP_TBAT_PKG dependencies on RA_BATCHES_S

Line 1489: p_status IN ra_batches.status%type,

1485: p_name IN ra_batches.name%type,
1486: p_batch_source_id IN ra_batches.batch_source_id%type,
1487: p_batch_date IN ra_batches.batch_date%type,
1488: p_gl_date IN ra_batches.gl_date%type,
1489: p_status IN ra_batches.status%type,
1490: p_type IN ra_batches.type%type,
1491: p_currency_code IN ra_batches.currency_code%type,
1492: p_exchange_rate_type IN ra_batches.exchange_rate_type%type,
1493: p_exchange_date IN ra_batches.exchange_date%type,

Line 1498: p_set_of_books_id IN ra_batches.set_of_books_id%type,

1494: p_exchange_rate IN ra_batches.exchange_rate%type,
1495: p_control_count IN ra_batches.control_count%type,
1496: p_control_amount IN ra_batches.control_amount%type,
1497: p_comments IN ra_batches.comments%type,
1498: p_set_of_books_id IN ra_batches.set_of_books_id%type,
1499: p_purged_children_flag IN ra_batches.purged_children_flag%type,
1500: p_attribute_category IN ra_batches.attribute_category%type,
1501: p_attribute1 IN ra_batches.attribute1%type,
1502: p_attribute2 IN ra_batches.attribute2%type,

Line 1917: SELECT RA_BATCHES_S.NEXTVAL

1913: /*---------------------------*
1914: | Get the unique identifier |
1915: *---------------------------*/
1916:
1917: SELECT RA_BATCHES_S.NEXTVAL
1918: INTO l_batch_id
1919: FROM DUAL;
1920:
1921: /*-----------------------------------------------------------------*