DBA Data[Home] [Help]

APPS.AR_INVOICE_TABLE_HANDLER dependencies on ARP_STANDARD

Line 274: ,arp_standard.sysparm.org_id)

270: trunc(nvl(p_batch_source_rec.default_date,trunc(sysdate))),
271: 'INV',
272: nvl(p_batch_source_rec.batch_source_id, p_trx_profile_rec.ar_ra_batch_source),
273: p_trx_system_parameters_rec.set_of_books_id
274: ,arp_standard.sysparm.org_id)
275: returning batch_id INTO p_batch_id;
276:
277: g_batch_id := p_batch_id;
278: g_request_id := -1 * p_batch_id;

Line 1027: arp_standard.debug('copy_gdf_attributes: Executing Statement: '||sqlstmt);

1023: dbms_sql.bind_variable(lcursor, ':p_customer_trx_id', ar_trx_header_rec.customer_trx_id);
1024: dbms_sql.bind_variable(lcursor, ':l_return_value_gdf', l_return_value_gdf);
1025:
1026: IF PG_DEBUG in ('Y', 'C') THEN
1027: arp_standard.debug('copy_gdf_attributes: Executing Statement: '||sqlstmt);
1028: END IF;
1029:
1030: lignore := dbms_sql.execute(lcursor);
1031: dbms_sql.close_cursor(lcursor);

Line 1036: arp_standard.debug('copy_gdf_attributes: Exception calling BEGIN JL_BR_SPED_PKG.copy_gdf_attr_for_api.');

1032:
1033: EXCEPTION
1034: WHEN OTHERS THEN
1035: IF PG_DEBUG in ('Y', 'C') THEN
1036: arp_standard.debug('copy_gdf_attributes: Exception calling BEGIN JL_BR_SPED_PKG.copy_gdf_attr_for_api.');
1037: arp_standard.debug('copy_gdf_attributes: ' || SQLERRM);
1038: END IF;
1039:
1040: IF dbms_sql.is_open(lcursor)

Line 1037: arp_standard.debug('copy_gdf_attributes: ' || SQLERRM);

1033: EXCEPTION
1034: WHEN OTHERS THEN
1035: IF PG_DEBUG in ('Y', 'C') THEN
1036: arp_standard.debug('copy_gdf_attributes: Exception calling BEGIN JL_BR_SPED_PKG.copy_gdf_attr_for_api.');
1037: arp_standard.debug('copy_gdf_attributes: ' || SQLERRM);
1038: END IF;
1039:
1040: IF dbms_sql.is_open(lcursor)
1041: THEN