DBA Data[Home] [Help]

APPS.AR_REVENUE_ADJUSTMENT_PVT dependencies on ARP_STANDARD

Line 2986: arp_standard.sysparm.set_of_books_id, /* set_of_books_id */

2982: values(
2983: rec.customer_trx_line_id, /* customer_trx_line_id */
2984: rec.customer_trx_id, /* customer_trx_id */
2985: l_ccid, /* code_combination_id */
2986: arp_standard.sysparm.set_of_books_id, /* set_of_books_id */
2987: rec.account_class, /* account_class */
2988: 'N', /* account_set_flag */
2989: rec.percent, /* percent */
2990: rec.amount, /* Amount */

Line 2994: arp_standard.profile.request_id,

2990: rec.amount, /* Amount */
2991: rec.acctd_amount, /* Acctd_amount */
2992: rec.derived_gl_date, /* Derived gl_date */ --Bug 10159505
2993: rec.cust_trx_line_salesrep_id, /* Srep ID */
2994: arp_standard.profile.request_id,
2995: arp_standard.application_id,
2996: arp_standard.profile.program_id,
2997: sysdate,
2998: sysdate,

Line 2995: arp_standard.application_id,

2991: rec.acctd_amount, /* Acctd_amount */
2992: rec.derived_gl_date, /* Derived gl_date */ --Bug 10159505
2993: rec.cust_trx_line_salesrep_id, /* Srep ID */
2994: arp_standard.profile.request_id,
2995: arp_standard.application_id,
2996: arp_standard.profile.program_id,
2997: sysdate,
2998: sysdate,
2999: arp_standard.profile.user_id,

Line 2996: arp_standard.profile.program_id,

2992: rec.derived_gl_date, /* Derived gl_date */ --Bug 10159505
2993: rec.cust_trx_line_salesrep_id, /* Srep ID */
2994: arp_standard.profile.request_id,
2995: arp_standard.application_id,
2996: arp_standard.profile.program_id,
2997: sysdate,
2998: sysdate,
2999: arp_standard.profile.user_id,
3000: sysdate,

Line 2999: arp_standard.profile.user_id,

2995: arp_standard.application_id,
2996: arp_standard.profile.program_id,
2997: sysdate,
2998: sysdate,
2999: arp_standard.profile.user_id,
3000: sysdate,
3001: arp_standard.profile.user_id,
3002: -3,
3003: rec.gl_date, /* original_gl_date */

Line 3001: arp_standard.profile.user_id,

2997: sysdate,
2998: sysdate,
2999: arp_standard.profile.user_id,
3000: sysdate,
3001: arp_standard.profile.user_id,
3002: -3,
3003: rec.gl_date, /* original_gl_date */
3004: ra_cust_trx_line_gl_dist_s.NEXTVAL, /* cust_trx_line_gl_dist_id */
3005: p_adjustment_id,

Line 3007: arp_standard.sysparm.org_id);

3003: rec.gl_date, /* original_gl_date */
3004: ra_cust_trx_line_gl_dist_s.NEXTVAL, /* cust_trx_line_gl_dist_id */
3005: p_adjustment_id,
3006: p_user_generated_flag,
3007: arp_standard.sysparm.org_id);
3008:
3009: rows := rows+sql%rowcount;
3010:
3011: end loop;

Line 4925: ,arp_standard.sysparm.org_id ); -- Bug 4607673

4921: ,SYSDATE
4922: ,FND_GLOBAL.user_id
4923: ,SYSDATE
4924: ,FND_GLOBAL.user_id
4925: ,arp_standard.sysparm.org_id ); -- Bug 4607673
4926: IF PG_DEBUG in ('Y', 'C') THEN
4927: arp_util.debug('AR_Revenue_Adjustment_PVT.create_adjustment()-');
4928: END IF;
4929:

Line 5256: ,arp_standard.sysparm.org_id

5252: ,p_acctd_amount
5253: ,-3
5254: ,p_adjustment_id
5255: ,p_user_generated_flag
5256: ,arp_standard.sysparm.org_id
5257: ,p_rounding_flag); -- Bug 4607673
5258:
5259: --{BUG#5064609 call XLA event
5260: OPEN cu_trx;

Line 5407: ,arp_standard.sysparm.org_id);

5403: ,DECODE(p_type,'N',p_amount,NULL)
5404: ,DECODE(p_type,'R',p_percent,NULL)
5405: ,DECODE(p_type,'N',p_percent,NULL)
5406: ,p_adjustment_id
5407: ,arp_standard.sysparm.org_id);
5408:
5409: IF PG_DEBUG in ('Y', 'C') THEN
5410: arp_util.debug(' Inserted salescredit row w/ ID = ' ||
5411: p_sales_credit_id);

Line 5525: arp_standard.sysparm.set_of_books_id,

5521: VALUES
5522: ( p_cust_trx_line_id,
5523: p_customer_trx_id,
5524: l_ccid,
5525: arp_standard.sysparm.set_of_books_id,
5526: l_account_class,
5527: 'Y',
5528: p_percent,
5529: NULL,

Line 5533: arp_standard.profile.request_id,

5529: NULL,
5530: NULL,
5531: NULL,
5532: p_sales_credit_id,
5533: arp_standard.profile.request_id,
5534: arp_standard.application_id,
5535: arp_standard.profile.program_id,
5536: sysdate,
5537: sysdate,

Line 5534: arp_standard.application_id,

5530: NULL,
5531: NULL,
5532: p_sales_credit_id,
5533: arp_standard.profile.request_id,
5534: arp_standard.application_id,
5535: arp_standard.profile.program_id,
5536: sysdate,
5537: sysdate,
5538: l_user_id,

Line 5535: arp_standard.profile.program_id,

5531: NULL,
5532: p_sales_credit_id,
5533: arp_standard.profile.request_id,
5534: arp_standard.application_id,
5535: arp_standard.profile.program_id,
5536: sysdate,
5537: sysdate,
5538: l_user_id,
5539: sysdate,

Line 5546: arp_standard.sysparm.org_id

5542: NULL,
5543: l_gl_dist_id,
5544: p_adjustment_id,
5545: 'Y',
5546: arp_standard.sysparm.org_id
5547: );
5548:
5549: IF PG_DEBUG in ('Y', 'C') THEN
5550: arp_util.debug(' Inserted ' || l_account_class ||