DBA Data[Home] [Help]

APPS.AR_POSTBATCH_PARALLEL dependencies on STANDARD

Line 23: | arp_standard.debug() - debug procedure |

19: | SCOPE - PUBLIC |
20: | |
21: | EXETERNAL PROCEDURES/FUNCTIONS ACCESSED |
22: | arp_util.debug - debug procedure |
23: | arp_standard.debug() - debug procedure |
24: | FND_REQUEST.wait_for_request |
25: | ARGUMENTS : IN: |
26: | p_org_id - Org ID |
27: | p_batch_id - Batch Id |

Line 179: arp_standard.sysparm.set_of_books_id,

175: SYSDATE,
176: FALSE,
177: '1',
178: NVL(p_batch_id, -1),
179: arp_standard.sysparm.set_of_books_id,
180: p_worker_number,
181: p_total_workers,
182: p_app_unearn_disc, -- ER 9288902
183: NVL(p_transmission_id, -1),

Line 299: arp_standard.init_standard(p_org_id);

295: mo_global.init('AR');
296:
297: IF p_org_id is not null THEN
298: mo_global.set_policy_context('S', p_org_id);
299: arp_standard.init_standard(p_org_id);
300: END IF;
301:
302: IF p_batch_id IS NULL AND p_transmission_id IS NULL THEN
303: FND_MESSAGE.set_name ('AR', 'AR_ARGUEMENTS_FAIL' );

Line 308: arp_standard.debug( 'Org_id = '||p_org_id );

304: APP_EXCEPTION.raise_exception;
305: END IF;
306:
307: IF PG_DEBUG in ('Y', 'C') THEN
308: arp_standard.debug( 'Org_id = '||p_org_id );
309: arp_standard.debug( 'Batch Id = '||p_batch_id );
310: arp_standard.debug( 'Transmission_id = '||p_transmission_id );
311: arp_standard.debug( ' Apply Unearned Discount = '||p_app_unearn_disc);
312: arp_standard.debug( 'Total Workers = '||p_total_workers );

Line 309: arp_standard.debug( 'Batch Id = '||p_batch_id );

305: END IF;
306:
307: IF PG_DEBUG in ('Y', 'C') THEN
308: arp_standard.debug( 'Org_id = '||p_org_id );
309: arp_standard.debug( 'Batch Id = '||p_batch_id );
310: arp_standard.debug( 'Transmission_id = '||p_transmission_id );
311: arp_standard.debug( ' Apply Unearned Discount = '||p_app_unearn_disc);
312: arp_standard.debug( 'Total Workers = '||p_total_workers );
313: END IF;

Line 310: arp_standard.debug( 'Transmission_id = '||p_transmission_id );

306:
307: IF PG_DEBUG in ('Y', 'C') THEN
308: arp_standard.debug( 'Org_id = '||p_org_id );
309: arp_standard.debug( 'Batch Id = '||p_batch_id );
310: arp_standard.debug( 'Transmission_id = '||p_transmission_id );
311: arp_standard.debug( ' Apply Unearned Discount = '||p_app_unearn_disc);
312: arp_standard.debug( 'Total Workers = '||p_total_workers );
313: END IF;
314: /* ******************************************************************** *

Line 311: arp_standard.debug( ' Apply Unearned Discount = '||p_app_unearn_disc);

307: IF PG_DEBUG in ('Y', 'C') THEN
308: arp_standard.debug( 'Org_id = '||p_org_id );
309: arp_standard.debug( 'Batch Id = '||p_batch_id );
310: arp_standard.debug( 'Transmission_id = '||p_transmission_id );
311: arp_standard.debug( ' Apply Unearned Discount = '||p_app_unearn_disc);
312: arp_standard.debug( 'Total Workers = '||p_total_workers );
313: END IF;
314: /* ******************************************************************** *
315: * Added for ER 9288902 *

Line 312: arp_standard.debug( 'Total Workers = '||p_total_workers );

308: arp_standard.debug( 'Org_id = '||p_org_id );
309: arp_standard.debug( 'Batch Id = '||p_batch_id );
310: arp_standard.debug( 'Transmission_id = '||p_transmission_id );
311: arp_standard.debug( ' Apply Unearned Discount = '||p_app_unearn_disc);
312: arp_standard.debug( 'Total Workers = '||p_total_workers );
313: END IF;
314: /* ******************************************************************** *
315: * Added for ER 9288902 *
316: * Apply Unearned Discount option is dependent on the 'Allow Unearned *

Line 443: arp_standard.debug ( 'The Master program waits for child processes');

439: submit_subrequest (l_worker_number, l_app_unearn_disc, p_org_id);
440: END LOOP;
441:
442: IF PG_DEBUG in ('Y', 'C') THEN
443: arp_standard.debug ( 'The Master program waits for child processes');
444: END IF;
445:
446: -- Wait for the completion of the submitted requests
447: FOR i in 1..p_total_workers LOOP