DBA Data[Home] [Help]

APPS.AR_INVOICE_TABLE_HANDLER dependencies on ARP_STANDARD

Line 275: ,arp_standard.sysparm.org_id)

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

Line 886: arp_standard.fnd_message('AR_INAPI_AMT_SIGN_INVALID'));

882: ( trx_header_id,
883: error_message)
884: VALUES
885: ( ar_trx_header_rec.trx_header_id,
886: arp_standard.fnd_message('AR_INAPI_AMT_SIGN_INVALID'));
887: cleanup(p_customer_trx_id=>ar_trx_header_rec.CUSTOMER_TRX_ID);
888: END IF;
889: ELSIF ( l_creation_sign = 'N' ) THEN
890: IF (NVL( l_amount, 0 ) > 0) THEN

Line 896: arp_standard.fnd_message('AR_INAPI_AMT_SIGN_INVALID'));

892: ( trx_header_id,
893: error_message)
894: VALUES
895: ( ar_trx_header_rec.trx_header_id,
896: arp_standard.fnd_message('AR_INAPI_AMT_SIGN_INVALID'));
897: cleanup(p_customer_trx_id=>ar_trx_header_rec.CUSTOMER_TRX_ID);
898: END IF;
899: END IF;
900: end loop;

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

1073: dbms_sql.bind_variable(lcursor, ':p_customer_trx_id', ar_trx_header_rec.customer_trx_id);
1074: dbms_sql.bind_variable(lcursor, ':l_return_value_gdf', l_return_value_gdf);
1075:
1076: IF PG_DEBUG in ('Y', 'C') THEN
1077: arp_standard.debug('copy_gdf_attributes: Executing Statement: '||sqlstmt);
1078: END IF;
1079:
1080: lignore := dbms_sql.execute(lcursor);
1081: dbms_sql.close_cursor(lcursor);

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

1082:
1083: EXCEPTION
1084: WHEN OTHERS THEN
1085: IF PG_DEBUG in ('Y', 'C') THEN
1086: arp_standard.debug('copy_gdf_attributes: Exception calling BEGIN JL_BR_SPED_PKG.copy_gdf_attr_for_api.');
1087: arp_standard.debug('copy_gdf_attributes: ' || SQLERRM);
1088: END IF;
1089:
1090: IF dbms_sql.is_open(lcursor)

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

1083: EXCEPTION
1084: WHEN OTHERS THEN
1085: IF PG_DEBUG in ('Y', 'C') THEN
1086: arp_standard.debug('copy_gdf_attributes: Exception calling BEGIN JL_BR_SPED_PKG.copy_gdf_attr_for_api.');
1087: arp_standard.debug('copy_gdf_attributes: ' || SQLERRM);
1088: END IF;
1089:
1090: IF dbms_sql.is_open(lcursor)
1091: THEN