DBA Data[Home] [Help]

APPS.ARP_AUTO_ACCOUNTING dependencies on STANDARD

Line 560: ARP_STANDARD.sysparm.org_id);

556: VALUES
557: (p_interface_line_id,
558: p_message_text,
559: p_invalid_value,
560: ARP_STANDARD.sysparm.org_id);
561:
562: END insert_into_error_table;
563:
564: PROCEDURE put_message_on_stack(

Line 596: -- for invoice api and instead of logging into the standard

592: p_invalid_value );
593: END IF;
594: -- the following code has been added by bsarkar to log the
595: -- error for Invoice API. Request_id will be always -ve
596: -- for invoice api and instead of logging into the standard
597: -- error table it will log into global error table for
598: -- invoice api.
599:
600: ELSIF (p_request_id < 0 )

Line 5146: ,arp_standard.sysparm.org_id --anuj

5142: '',NULL,
5143: p_select_tab.code_combination_id(i)),
5144: DECODE(p_select_tab.account_set_flag(i), 'Y', NULL,
5145: DECODE(p_select_tab.account_class(i), 'UNEARN', 'Y', NULL))
5146: ,arp_standard.sysparm.org_id --anuj
5147: )
5148: RETURNING cust_trx_line_gl_dist_id
5149: BULK COLLECT INTO l_gl_dist_key_value_list;
5150:

Line 5444: arp_standard.validate_and_default_gl_date

5440:
5441: IF( p_select_rec.gl_date IS NOT NULL ) THEN
5442:
5443: l_boolean :=
5444: arp_standard.validate_and_default_gl_date
5445: ( to_date(p_select_rec.gl_date, 'J'),
5446: to_date(p_select_rec.original_gl_date, 'J'),
5447: NULL,
5448: NULL,

Line 5886: arp_standard.debug('do_autoaccounting: ' || 'before loop for MRC processing...');

5882: dbms_sql.variable_value( l_delete_c, ':gl_dist_key_value',
5883: gl_dist_array);
5884:
5885: IF PG_DEBUG in ('Y', 'C') THEN
5886: arp_standard.debug('do_autoaccounting: ' || 'before loop for MRC processing...');
5887: END IF;
5888: FOR I in gl_dist_array.FIRST .. gl_dist_array.LAST LOOP
5889: /*---------------------------------------------------------+
5890: | call mrc engine to delete from ra_cust_trx_line_gl_dist |

Line 5893: arp_standard.debug('do_autoaccounting: ' || 'before calling maintain_mrc ');

5889: /*---------------------------------------------------------+
5890: | call mrc engine to delete from ra_cust_trx_line_gl_dist |
5891: +---------------------------------------------------------*/
5892: IF PG_DEBUG in ('Y', 'C') THEN
5893: arp_standard.debug('do_autoaccounting: ' || 'before calling maintain_mrc ');
5894: arp_standard.debug('do_autoaccounting: ' || 'gl dist array('||to_char(I) || ') = ' ||
5895: to_char(gl_dist_array(I)));
5896: END IF;
5897:

Line 5894: arp_standard.debug('do_autoaccounting: ' || 'gl dist array('||to_char(I) || ') = ' ||

5890: | call mrc engine to delete from ra_cust_trx_line_gl_dist |
5891: +---------------------------------------------------------*/
5892: IF PG_DEBUG in ('Y', 'C') THEN
5893: arp_standard.debug('do_autoaccounting: ' || 'before calling maintain_mrc ');
5894: arp_standard.debug('do_autoaccounting: ' || 'gl dist array('||to_char(I) || ') = ' ||
5895: to_char(gl_dist_array(I)));
5896: END IF;
5897:
5898: ar_mrc_engine.maintain_mrc_data(

Line 5980: arp_standard.debug('do_autoaccounting: ' || ' collectibility bypassed...');

5976:
5977: ELSE
5978:
5979: IF PG_DEBUG in ('Y', 'C') THEN
5980: arp_standard.debug('do_autoaccounting: ' || ' collectibility bypassed...');
5981: END IF;
5982:
5983: END IF;
5984: