DBA Data[Home] [Help]

APPS.HZ_CUSTOMER_INT dependencies on ARP_GLOBAL

Line 370: structure_number => arp_global.chart_of_accounts_id,

366: IF p_gl_id_rec IS NOT NULL THEN
367: IF NOT fnd_flex_keyval.validate_ccid(
368: appl_short_name => 'SQLGL',
369: key_flex_code => 'GL#',
370: structure_number => arp_global.chart_of_accounts_id,
371: combination_id => p_gl_id_rec) THEN
372:
373: p_interface_status := p_interface_status || 'm2,';
374:

Line 382: structure_number => arp_global.chart_of_accounts_id,

378: IF p_gl_id_rev IS NOT NULL THEN
379: IF NOT fnd_flex_keyval.validate_ccid(
380: appl_short_name => 'SQLGL',
381: key_flex_code => 'GL#',
382: structure_number => arp_global.chart_of_accounts_id,
383: combination_id => p_gl_id_rev) THEN
384:
385: p_interface_status := p_interface_status || 'm3,';
386:

Line 394: structure_number => arp_global.chart_of_accounts_id,

390: IF p_gl_id_tax IS NOT NULL THEN
391: IF NOT fnd_flex_keyval.validate_ccid(
392: appl_short_name => 'SQLGL',
393: key_flex_code => 'GL#',
394: structure_number => arp_global.chart_of_accounts_id,
395: combination_id => p_gl_id_tax) THEN
396:
397: p_interface_status := p_interface_status || 'm2,';
398:

Line 406: structure_number => arp_global.chart_of_accounts_id,

402: IF p_gl_id_freight IS NOT NULL THEN
403: IF NOT fnd_flex_keyval.validate_ccid(
404: appl_short_name => 'SQLGL',
405: key_flex_code => 'GL#',
406: structure_number => arp_global.chart_of_accounts_id,
407: combination_id => p_gl_id_freight) THEN
408:
409: p_interface_status := p_interface_status || 'm2,';
410:

Line 418: structure_number => arp_global.chart_of_accounts_id,

414: IF p_gl_id_clearing IS NOT NULL THEN
415: IF NOT fnd_flex_keyval.validate_ccid(
416: appl_short_name => 'SQLGL',
417: key_flex_code => 'GL#',
418: structure_number => arp_global.chart_of_accounts_id,
419: combination_id => p_gl_id_clearing) THEN
420:
421: p_interface_status := p_interface_status || 'm2,';
422:

Line 430: structure_number => arp_global.chart_of_accounts_id,

426: IF p_gl_id_unbilled IS NOT NULL THEN
427: IF NOT fnd_flex_keyval.validate_ccid(
428: appl_short_name => 'SQLGL',
429: key_flex_code => 'GL#',
430: structure_number => arp_global.chart_of_accounts_id,
431: combination_id => p_gl_id_unbilled) THEN
432:
433: p_interface_status := p_interface_status || 'm2,';
434:

Line 442: structure_number => arp_global.chart_of_accounts_id,

438: IF p_gl_id_unearned IS NOT NULL THEN
439: IF NOT fnd_flex_keyval.validate_ccid(
440: appl_short_name => 'SQLGL',
441: key_flex_code => 'GL#',
442: structure_number => arp_global.chart_of_accounts_id,
443: combination_id => p_gl_id_unearned) THEN
444:
445: p_interface_status := p_interface_status || 'm2,';
446:

Line 473: structure_number => arp_global.chart_of_accounts_id,

469: IF p_gl_id_unpaid_rec IS NOT NULL THEN
470: IF NOT fnd_flex_keyval.validate_ccid(
471: appl_short_name => 'SQLGL',
472: key_flex_code => 'GL#',
473: structure_number => arp_global.chart_of_accounts_id,
474: combination_id => p_gl_id_unpaid_rec) THEN
475:
476: p_interface_status := p_interface_status || 'u2,';
477:

Line 485: structure_number => arp_global.chart_of_accounts_id,

481: IF p_gl_id_remittance IS NOT NULL THEN
482: IF NOT fnd_flex_keyval.validate_ccid(
483: appl_short_name => 'SQLGL',
484: key_flex_code => 'GL#',
485: structure_number => arp_global.chart_of_accounts_id,
486: combination_id => p_gl_id_remittance) THEN
487:
488: p_interface_status := p_interface_status || 'u3,';
489:

Line 497: structure_number => arp_global.chart_of_accounts_id,

493: IF p_gl_id_factor IS NOT NULL THEN
494: IF NOT fnd_flex_keyval.validate_ccid(
495: appl_short_name => 'SQLGL',
496: key_flex_code => 'GL#',
497: structure_number => arp_global.chart_of_accounts_id,
498: combination_id => p_gl_id_factor) THEN
499:
500: p_interface_status := p_interface_status || 'u4,';
501: