DBA Data[Home] [Help]

APPS.ARP_CTLGD_PKG dependencies on ARP_GLOBAL

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

3696: AND account_set_flag = 'N'
3697: RETURNING cust_trx_line_gl_dist_id
3698: BULK COLLECT INTO l_gl_dist_key_value_list;
3699: IF (SQL%ROWCOUNT > 0 ) then
3700: /* Used arp_global.request_id for bug3620556 */
3701: IF arp_global.request_id is NULL then
3702: arp_standard.debug('calling mrc engine for update of gl dist data');
3703: ar_mrc_engine.maintain_mrc_data(
3704: p_event_mode => 'UPDATE',

Line 3701: IF arp_global.request_id is NULL then

3697: RETURNING cust_trx_line_gl_dist_id
3698: BULK COLLECT INTO l_gl_dist_key_value_list;
3699: IF (SQL%ROWCOUNT > 0 ) then
3700: /* Used arp_global.request_id for bug3620556 */
3701: IF arp_global.request_id is NULL then
3702: arp_standard.debug('calling mrc engine for update of gl dist data');
3703: ar_mrc_engine.maintain_mrc_data(
3704: p_event_mode => 'UPDATE',
3705: p_table_name => 'RA_CUST_TRX_LINE_GL_DIST',

Line 3734: | arp_global.set_of_books_id |

3730: | |
3731: | EXETERNAL PROCEDURES/FUNCTIONS ACCESSED |
3732: | arpcurr.functional_amount |
3733: | arp_util.debug |
3734: | arp_global.set_of_books_id |
3735: | |
3736: | ARGUMENTS : IN: |
3737: | p_dist_rec - contains the new column values |
3738: | OUT: |

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

3902: p_dist_rec.attribute12,
3903: p_dist_rec.attribute13,
3904: p_dist_rec.attribute14,
3905: p_dist_rec.attribute15,
3906: arp_global.set_of_books_id, /* set_of_books_id */
3907: -3, /* posting_control_id */
3908: sysdate, /*last_update_date */
3909: pg_user_id, /* last_updated_by */
3910: sysdate, /* creation_date */

Line 4086: pg_msg_level_debug := arp_global.MSG_LEVEL_DEBUG;

4082: pg_login_id := fnd_global.login_id;
4083: pg_prog_appl_id := fnd_global.prog_appl_id;
4084: pg_conc_program_id := fnd_global.conc_program_id;
4085:
4086: pg_msg_level_debug := arp_global.MSG_LEVEL_DEBUG;
4087:
4088: END ARP_CTLGD_PKG;