DBA Data[Home] [Help]

APPS.ARP_CTLGD_PKG dependencies on ARP_GLOBAL

Line 3646: /* Used arp_global.request_id for bug3620556 */

3642: AND account_set_flag = 'N'
3643: RETURNING cust_trx_line_gl_dist_id
3644: BULK COLLECT INTO l_gl_dist_key_value_list;
3645: IF (SQL%ROWCOUNT > 0 ) then
3646: /* Used arp_global.request_id for bug3620556 */
3647: IF arp_global.request_id is NULL then
3648: arp_standard.debug('calling mrc engine for update of gl dist data');
3649: ar_mrc_engine.maintain_mrc_data(
3650: p_event_mode => 'UPDATE',

Line 3647: IF arp_global.request_id is NULL then

3643: RETURNING cust_trx_line_gl_dist_id
3644: BULK COLLECT INTO l_gl_dist_key_value_list;
3645: IF (SQL%ROWCOUNT > 0 ) then
3646: /* Used arp_global.request_id for bug3620556 */
3647: IF arp_global.request_id is NULL then
3648: arp_standard.debug('calling mrc engine for update of gl dist data');
3649: ar_mrc_engine.maintain_mrc_data(
3650: p_event_mode => 'UPDATE',
3651: p_table_name => 'RA_CUST_TRX_LINE_GL_DIST',

Line 3680: | arp_global.set_of_books_id |

3676: | |
3677: | EXETERNAL PROCEDURES/FUNCTIONS ACCESSED |
3678: | arpcurr.functional_amount |
3679: | arp_util.debug |
3680: | arp_global.set_of_books_id |
3681: | |
3682: | ARGUMENTS : IN: |
3683: | p_dist_rec - contains the new column values |
3684: | OUT: |

Line 3851: arp_global.set_of_books_id, /* set_of_books_id */

3847: p_dist_rec.attribute12,
3848: p_dist_rec.attribute13,
3849: p_dist_rec.attribute14,
3850: p_dist_rec.attribute15,
3851: arp_global.set_of_books_id, /* set_of_books_id */
3852: -3, /* posting_control_id */
3853: sysdate, /*last_update_date */
3854: pg_user_id, /* last_updated_by */
3855: sysdate, /* creation_date */

Line 4030: pg_msg_level_debug := arp_global.MSG_LEVEL_DEBUG;

4026: pg_login_id := fnd_global.login_id;
4027: pg_prog_appl_id := fnd_global.prog_appl_id;
4028: pg_conc_program_id := fnd_global.conc_program_id;
4029:
4030: pg_msg_level_debug := arp_global.MSG_LEVEL_DEBUG;
4031:
4032: END ARP_CTLGD_PKG;