DBA Data[Home] [Help]

APPS.ARP_DET_DIST_PKG dependencies on STANDARD

Line 9319: arp_standard.profile.user_id,

9315: 'UNEDFREIGHT' , 'UNED_FRT',
9316: 'UNEDTAX' , 'UNED_TAX',
9317: 'UNEDCHARGES' , 'UNED_CHRG'),
9318: SYSDATE,
9319: arp_standard.profile.user_id,
9320: arp_standard.profile.user_id,
9321: SYSDATE,
9322: arp_standard.profile.last_update_login,
9323: gt_id,

Line 9320: arp_standard.profile.user_id,

9316: 'UNEDTAX' , 'UNED_TAX',
9317: 'UNEDCHARGES' , 'UNED_CHRG'),
9318: SYSDATE,
9319: arp_standard.profile.user_id,
9320: arp_standard.profile.user_id,
9321: SYSDATE,
9322: arp_standard.profile.last_update_login,
9323: gt_id,
9324: tax_link_id,

Line 9322: arp_standard.profile.last_update_login,

9318: SYSDATE,
9319: arp_standard.profile.user_id,
9320: arp_standard.profile.user_id,
9321: SYSDATE,
9322: arp_standard.profile.last_update_login,
9323: gt_id,
9324: tax_link_id,
9325: tax_inc_flag,
9326: p_ae_sys_rec.set_of_books_id,

Line 9328: arp_standard.sysparm.org_id,

9324: tax_link_id,
9325: tax_inc_flag,
9326: p_ae_sys_rec.set_of_books_id,
9327: ref_mf_dist_flag,
9328: arp_standard.sysparm.org_id,
9329: tax_code_id,
9330: location_segment_id
9331: FROM RA_AR_GT a,
9332: (SELECT DECODE(ROWNUM,1, 'RAADJLINE',

Line 9917: arp_standard.debug('Inserting into errors...');

9913: WHERE customer_trx_line_id = l_ctl_tab(i);
9914: EXCEPTION
9915: WHEN OTHERS THEN
9916: IF PG_DEBUG in ('Y', 'C') THEN
9917: arp_standard.debug('Inserting into errors...');
9918: END IF;
9919:
9920: IF c01%ISOPEN THEN CLOSE c01; END IF;
9921:

Line 9994: arp_standard.debug('Inserting into errors...');

9990:
9991: EXCEPTION
9992: WHEN OTHERS THEN
9993: IF PG_DEBUG in ('Y', 'C') THEN
9994: arp_standard.debug('Inserting into errors...');
9995: END IF;
9996:
9997: IF c02%ISOPEN THEN CLOSE c02; END IF;
9998:

Line 19063: (nvl(arp_standard.sysparm.create_detailed_dist_flag,'Y') = 'N' ) THEN

19059: END IF;
19060: END IF;
19061:
19062: IF x_upg_method IS NULL AND
19063: (nvl(arp_standard.sysparm.create_detailed_dist_flag,'Y') = 'N' ) THEN
19064:
19065: update ra_customer_trx
19066: set upgrade_method = 'R12_MERGE'
19067: where customer_trx_id = p_customer_trx_id;