DBA Data[Home] [Help]

APPS.ARP_ACCT_MAIN dependencies on STANDARD

Line 64: arp_standard.debug( 'ARP_ACCT_MAIN.Create_Acct_Entry()+');

60:
61: BEGIN
62:
63: IF PG_DEBUG in ('Y', 'C') THEN
64: arp_standard.debug( 'ARP_ACCT_MAIN.Create_Acct_Entry()+');
65: END IF;
66:
67: /*-----------------------------------------------------------------------+
68: |Dump the document record details usefull for debugging purposes. |

Line 71: arp_standard.debug( ' Document Type :' || p_ae_doc_rec.document_type);

67: /*-----------------------------------------------------------------------+
68: |Dump the document record details usefull for debugging purposes. |
69: +-----------------------------------------------------------------------*/
70: IF PG_DEBUG in ('Y', 'C') THEN
71: arp_standard.debug( ' Document Type :' || p_ae_doc_rec.document_type);
72: arp_standard.debug( ' Document Id :' || p_ae_doc_rec.document_id);
73: arp_standard.debug( ' Accounting Entity Level :' || p_ae_doc_rec.accounting_entity_level);
74: arp_standard.debug( ' Source Table :' || p_ae_doc_rec.source_table);
75: arp_standard.debug( ' Source Id :' || p_ae_doc_rec.source_id);

Line 72: arp_standard.debug( ' Document Id :' || p_ae_doc_rec.document_id);

68: |Dump the document record details usefull for debugging purposes. |
69: +-----------------------------------------------------------------------*/
70: IF PG_DEBUG in ('Y', 'C') THEN
71: arp_standard.debug( ' Document Type :' || p_ae_doc_rec.document_type);
72: arp_standard.debug( ' Document Id :' || p_ae_doc_rec.document_id);
73: arp_standard.debug( ' Accounting Entity Level :' || p_ae_doc_rec.accounting_entity_level);
74: arp_standard.debug( ' Source Table :' || p_ae_doc_rec.source_table);
75: arp_standard.debug( ' Source Id :' || p_ae_doc_rec.source_id);
76: arp_standard.debug( ' Source Id Old :' || p_ae_doc_rec.source_id_old);

Line 73: arp_standard.debug( ' Accounting Entity Level :' || p_ae_doc_rec.accounting_entity_level);

69: +-----------------------------------------------------------------------*/
70: IF PG_DEBUG in ('Y', 'C') THEN
71: arp_standard.debug( ' Document Type :' || p_ae_doc_rec.document_type);
72: arp_standard.debug( ' Document Id :' || p_ae_doc_rec.document_id);
73: arp_standard.debug( ' Accounting Entity Level :' || p_ae_doc_rec.accounting_entity_level);
74: arp_standard.debug( ' Source Table :' || p_ae_doc_rec.source_table);
75: arp_standard.debug( ' Source Id :' || p_ae_doc_rec.source_id);
76: arp_standard.debug( ' Source Id Old :' || p_ae_doc_rec.source_id_old);
77: arp_standard.debug( ' Other Flag :' || p_ae_doc_rec.other_flag);

Line 74: arp_standard.debug( ' Source Table :' || p_ae_doc_rec.source_table);

70: IF PG_DEBUG in ('Y', 'C') THEN
71: arp_standard.debug( ' Document Type :' || p_ae_doc_rec.document_type);
72: arp_standard.debug( ' Document Id :' || p_ae_doc_rec.document_id);
73: arp_standard.debug( ' Accounting Entity Level :' || p_ae_doc_rec.accounting_entity_level);
74: arp_standard.debug( ' Source Table :' || p_ae_doc_rec.source_table);
75: arp_standard.debug( ' Source Id :' || p_ae_doc_rec.source_id);
76: arp_standard.debug( ' Source Id Old :' || p_ae_doc_rec.source_id_old);
77: arp_standard.debug( ' Other Flag :' || p_ae_doc_rec.other_flag);
78: arp_standard.debug( ' Miscel1 :' || p_ae_doc_rec.miscel1);

Line 75: arp_standard.debug( ' Source Id :' || p_ae_doc_rec.source_id);

71: arp_standard.debug( ' Document Type :' || p_ae_doc_rec.document_type);
72: arp_standard.debug( ' Document Id :' || p_ae_doc_rec.document_id);
73: arp_standard.debug( ' Accounting Entity Level :' || p_ae_doc_rec.accounting_entity_level);
74: arp_standard.debug( ' Source Table :' || p_ae_doc_rec.source_table);
75: arp_standard.debug( ' Source Id :' || p_ae_doc_rec.source_id);
76: arp_standard.debug( ' Source Id Old :' || p_ae_doc_rec.source_id_old);
77: arp_standard.debug( ' Other Flag :' || p_ae_doc_rec.other_flag);
78: arp_standard.debug( ' Miscel1 :' || p_ae_doc_rec.miscel1);
79: arp_standard.debug( ' Miscel2 :' || p_ae_doc_rec.miscel2);

Line 76: arp_standard.debug( ' Source Id Old :' || p_ae_doc_rec.source_id_old);

72: arp_standard.debug( ' Document Id :' || p_ae_doc_rec.document_id);
73: arp_standard.debug( ' Accounting Entity Level :' || p_ae_doc_rec.accounting_entity_level);
74: arp_standard.debug( ' Source Table :' || p_ae_doc_rec.source_table);
75: arp_standard.debug( ' Source Id :' || p_ae_doc_rec.source_id);
76: arp_standard.debug( ' Source Id Old :' || p_ae_doc_rec.source_id_old);
77: arp_standard.debug( ' Other Flag :' || p_ae_doc_rec.other_flag);
78: arp_standard.debug( ' Miscel1 :' || p_ae_doc_rec.miscel1);
79: arp_standard.debug( ' Miscel2 :' || p_ae_doc_rec.miscel2);
80: arp_standard.debug( ' Miscel3 :' || p_ae_doc_rec.miscel3);

Line 77: arp_standard.debug( ' Other Flag :' || p_ae_doc_rec.other_flag);

73: arp_standard.debug( ' Accounting Entity Level :' || p_ae_doc_rec.accounting_entity_level);
74: arp_standard.debug( ' Source Table :' || p_ae_doc_rec.source_table);
75: arp_standard.debug( ' Source Id :' || p_ae_doc_rec.source_id);
76: arp_standard.debug( ' Source Id Old :' || p_ae_doc_rec.source_id_old);
77: arp_standard.debug( ' Other Flag :' || p_ae_doc_rec.other_flag);
78: arp_standard.debug( ' Miscel1 :' || p_ae_doc_rec.miscel1);
79: arp_standard.debug( ' Miscel2 :' || p_ae_doc_rec.miscel2);
80: arp_standard.debug( ' Miscel3 :' || p_ae_doc_rec.miscel3);
81: arp_standard.debug( ' Miscel4 :' || p_ae_doc_rec.miscel4);

Line 78: arp_standard.debug( ' Miscel1 :' || p_ae_doc_rec.miscel1);

74: arp_standard.debug( ' Source Table :' || p_ae_doc_rec.source_table);
75: arp_standard.debug( ' Source Id :' || p_ae_doc_rec.source_id);
76: arp_standard.debug( ' Source Id Old :' || p_ae_doc_rec.source_id_old);
77: arp_standard.debug( ' Other Flag :' || p_ae_doc_rec.other_flag);
78: arp_standard.debug( ' Miscel1 :' || p_ae_doc_rec.miscel1);
79: arp_standard.debug( ' Miscel2 :' || p_ae_doc_rec.miscel2);
80: arp_standard.debug( ' Miscel3 :' || p_ae_doc_rec.miscel3);
81: arp_standard.debug( ' Miscel4 :' || p_ae_doc_rec.miscel4);
82: arp_standard.debug( ' Miscel5 :' || p_ae_doc_rec.miscel5);

Line 79: arp_standard.debug( ' Miscel2 :' || p_ae_doc_rec.miscel2);

75: arp_standard.debug( ' Source Id :' || p_ae_doc_rec.source_id);
76: arp_standard.debug( ' Source Id Old :' || p_ae_doc_rec.source_id_old);
77: arp_standard.debug( ' Other Flag :' || p_ae_doc_rec.other_flag);
78: arp_standard.debug( ' Miscel1 :' || p_ae_doc_rec.miscel1);
79: arp_standard.debug( ' Miscel2 :' || p_ae_doc_rec.miscel2);
80: arp_standard.debug( ' Miscel3 :' || p_ae_doc_rec.miscel3);
81: arp_standard.debug( ' Miscel4 :' || p_ae_doc_rec.miscel4);
82: arp_standard.debug( ' Miscel5 :' || p_ae_doc_rec.miscel5);
83: arp_standard.debug( ' Miscel6 :' || p_ae_doc_rec.miscel6);

Line 80: arp_standard.debug( ' Miscel3 :' || p_ae_doc_rec.miscel3);

76: arp_standard.debug( ' Source Id Old :' || p_ae_doc_rec.source_id_old);
77: arp_standard.debug( ' Other Flag :' || p_ae_doc_rec.other_flag);
78: arp_standard.debug( ' Miscel1 :' || p_ae_doc_rec.miscel1);
79: arp_standard.debug( ' Miscel2 :' || p_ae_doc_rec.miscel2);
80: arp_standard.debug( ' Miscel3 :' || p_ae_doc_rec.miscel3);
81: arp_standard.debug( ' Miscel4 :' || p_ae_doc_rec.miscel4);
82: arp_standard.debug( ' Miscel5 :' || p_ae_doc_rec.miscel5);
83: arp_standard.debug( ' Miscel6 :' || p_ae_doc_rec.miscel6);
84: arp_standard.debug( ' Miscel7 :' || p_ae_doc_rec.miscel7);

Line 81: arp_standard.debug( ' Miscel4 :' || p_ae_doc_rec.miscel4);

77: arp_standard.debug( ' Other Flag :' || p_ae_doc_rec.other_flag);
78: arp_standard.debug( ' Miscel1 :' || p_ae_doc_rec.miscel1);
79: arp_standard.debug( ' Miscel2 :' || p_ae_doc_rec.miscel2);
80: arp_standard.debug( ' Miscel3 :' || p_ae_doc_rec.miscel3);
81: arp_standard.debug( ' Miscel4 :' || p_ae_doc_rec.miscel4);
82: arp_standard.debug( ' Miscel5 :' || p_ae_doc_rec.miscel5);
83: arp_standard.debug( ' Miscel6 :' || p_ae_doc_rec.miscel6);
84: arp_standard.debug( ' Miscel7 :' || p_ae_doc_rec.miscel7);
85: arp_standard.debug( ' Miscel8 :' || p_ae_doc_rec.miscel8);

Line 82: arp_standard.debug( ' Miscel5 :' || p_ae_doc_rec.miscel5);

78: arp_standard.debug( ' Miscel1 :' || p_ae_doc_rec.miscel1);
79: arp_standard.debug( ' Miscel2 :' || p_ae_doc_rec.miscel2);
80: arp_standard.debug( ' Miscel3 :' || p_ae_doc_rec.miscel3);
81: arp_standard.debug( ' Miscel4 :' || p_ae_doc_rec.miscel4);
82: arp_standard.debug( ' Miscel5 :' || p_ae_doc_rec.miscel5);
83: arp_standard.debug( ' Miscel6 :' || p_ae_doc_rec.miscel6);
84: arp_standard.debug( ' Miscel7 :' || p_ae_doc_rec.miscel7);
85: arp_standard.debug( ' Miscel8 :' || p_ae_doc_rec.miscel8);
86: arp_standard.debug( ' Event :' || p_ae_doc_rec.event);

Line 83: arp_standard.debug( ' Miscel6 :' || p_ae_doc_rec.miscel6);

79: arp_standard.debug( ' Miscel2 :' || p_ae_doc_rec.miscel2);
80: arp_standard.debug( ' Miscel3 :' || p_ae_doc_rec.miscel3);
81: arp_standard.debug( ' Miscel4 :' || p_ae_doc_rec.miscel4);
82: arp_standard.debug( ' Miscel5 :' || p_ae_doc_rec.miscel5);
83: arp_standard.debug( ' Miscel6 :' || p_ae_doc_rec.miscel6);
84: arp_standard.debug( ' Miscel7 :' || p_ae_doc_rec.miscel7);
85: arp_standard.debug( ' Miscel8 :' || p_ae_doc_rec.miscel8);
86: arp_standard.debug( ' Event :' || p_ae_doc_rec.event);
87: arp_standard.debug( ' Deferred Tax :' || p_ae_doc_rec.deferred_tax);

Line 84: arp_standard.debug( ' Miscel7 :' || p_ae_doc_rec.miscel7);

80: arp_standard.debug( ' Miscel3 :' || p_ae_doc_rec.miscel3);
81: arp_standard.debug( ' Miscel4 :' || p_ae_doc_rec.miscel4);
82: arp_standard.debug( ' Miscel5 :' || p_ae_doc_rec.miscel5);
83: arp_standard.debug( ' Miscel6 :' || p_ae_doc_rec.miscel6);
84: arp_standard.debug( ' Miscel7 :' || p_ae_doc_rec.miscel7);
85: arp_standard.debug( ' Miscel8 :' || p_ae_doc_rec.miscel8);
86: arp_standard.debug( ' Event :' || p_ae_doc_rec.event);
87: arp_standard.debug( ' Deferred Tax :' || p_ae_doc_rec.deferred_tax);
88: arp_standard.debug( ' Called_from :' || p_ae_doc_rec.called_from);

Line 85: arp_standard.debug( ' Miscel8 :' || p_ae_doc_rec.miscel8);

81: arp_standard.debug( ' Miscel4 :' || p_ae_doc_rec.miscel4);
82: arp_standard.debug( ' Miscel5 :' || p_ae_doc_rec.miscel5);
83: arp_standard.debug( ' Miscel6 :' || p_ae_doc_rec.miscel6);
84: arp_standard.debug( ' Miscel7 :' || p_ae_doc_rec.miscel7);
85: arp_standard.debug( ' Miscel8 :' || p_ae_doc_rec.miscel8);
86: arp_standard.debug( ' Event :' || p_ae_doc_rec.event);
87: arp_standard.debug( ' Deferred Tax :' || p_ae_doc_rec.deferred_tax);
88: arp_standard.debug( ' Called_from :' || p_ae_doc_rec.called_from);
89: arp_standard.debug( ' Tax account id :' || p_ae_doc_rec.gl_tax_acct);

Line 86: arp_standard.debug( ' Event :' || p_ae_doc_rec.event);

82: arp_standard.debug( ' Miscel5 :' || p_ae_doc_rec.miscel5);
83: arp_standard.debug( ' Miscel6 :' || p_ae_doc_rec.miscel6);
84: arp_standard.debug( ' Miscel7 :' || p_ae_doc_rec.miscel7);
85: arp_standard.debug( ' Miscel8 :' || p_ae_doc_rec.miscel8);
86: arp_standard.debug( ' Event :' || p_ae_doc_rec.event);
87: arp_standard.debug( ' Deferred Tax :' || p_ae_doc_rec.deferred_tax);
88: arp_standard.debug( ' Called_from :' || p_ae_doc_rec.called_from);
89: arp_standard.debug( ' Tax account id :' || p_ae_doc_rec.gl_tax_acct);
90: --{HYUDETUPT

Line 87: arp_standard.debug( ' Deferred Tax :' || p_ae_doc_rec.deferred_tax);

83: arp_standard.debug( ' Miscel6 :' || p_ae_doc_rec.miscel6);
84: arp_standard.debug( ' Miscel7 :' || p_ae_doc_rec.miscel7);
85: arp_standard.debug( ' Miscel8 :' || p_ae_doc_rec.miscel8);
86: arp_standard.debug( ' Event :' || p_ae_doc_rec.event);
87: arp_standard.debug( ' Deferred Tax :' || p_ae_doc_rec.deferred_tax);
88: arp_standard.debug( ' Called_from :' || p_ae_doc_rec.called_from);
89: arp_standard.debug( ' Tax account id :' || p_ae_doc_rec.gl_tax_acct);
90: --{HYUDETUPT
91: arp_standard.debug( ' p_from_llca_call :' || p_from_llca_call);

Line 88: arp_standard.debug( ' Called_from :' || p_ae_doc_rec.called_from);

84: arp_standard.debug( ' Miscel7 :' || p_ae_doc_rec.miscel7);
85: arp_standard.debug( ' Miscel8 :' || p_ae_doc_rec.miscel8);
86: arp_standard.debug( ' Event :' || p_ae_doc_rec.event);
87: arp_standard.debug( ' Deferred Tax :' || p_ae_doc_rec.deferred_tax);
88: arp_standard.debug( ' Called_from :' || p_ae_doc_rec.called_from);
89: arp_standard.debug( ' Tax account id :' || p_ae_doc_rec.gl_tax_acct);
90: --{HYUDETUPT
91: arp_standard.debug( ' p_from_llca_call :' || p_from_llca_call);
92: arp_standard.debug( ' p_gt_id :' || p_gt_id);

Line 89: arp_standard.debug( ' Tax account id :' || p_ae_doc_rec.gl_tax_acct);

85: arp_standard.debug( ' Miscel8 :' || p_ae_doc_rec.miscel8);
86: arp_standard.debug( ' Event :' || p_ae_doc_rec.event);
87: arp_standard.debug( ' Deferred Tax :' || p_ae_doc_rec.deferred_tax);
88: arp_standard.debug( ' Called_from :' || p_ae_doc_rec.called_from);
89: arp_standard.debug( ' Tax account id :' || p_ae_doc_rec.gl_tax_acct);
90: --{HYUDETUPT
91: arp_standard.debug( ' p_from_llca_call :' || p_from_llca_call);
92: arp_standard.debug( ' p_gt_id :' || p_gt_id);
93: --}

Line 91: arp_standard.debug( ' p_from_llca_call :' || p_from_llca_call);

87: arp_standard.debug( ' Deferred Tax :' || p_ae_doc_rec.deferred_tax);
88: arp_standard.debug( ' Called_from :' || p_ae_doc_rec.called_from);
89: arp_standard.debug( ' Tax account id :' || p_ae_doc_rec.gl_tax_acct);
90: --{HYUDETUPT
91: arp_standard.debug( ' p_from_llca_call :' || p_from_llca_call);
92: arp_standard.debug( ' p_gt_id :' || p_gt_id);
93: --}
94: END IF;
95: /* Bug fix 2300268 : Added debug message*/

Line 92: arp_standard.debug( ' p_gt_id :' || p_gt_id);

88: arp_standard.debug( ' Called_from :' || p_ae_doc_rec.called_from);
89: arp_standard.debug( ' Tax account id :' || p_ae_doc_rec.gl_tax_acct);
90: --{HYUDETUPT
91: arp_standard.debug( ' p_from_llca_call :' || p_from_llca_call);
92: arp_standard.debug( ' p_gt_id :' || p_gt_id);
93: --}
94: END IF;
95: /* Bug fix 2300268 : Added debug message*/
96:

Line 101: arp_standard.debug( 'ARP_ACCT_MAIN - Accounting Method ' || l_accounting_method);

97: Init_Curr_Details(p_accounting_method => l_accounting_method);
98:
99:
100: IF PG_DEBUG in ('Y', 'C') THEN
101: arp_standard.debug( 'ARP_ACCT_MAIN - Accounting Method ' || l_accounting_method);
102: END IF;
103:
104: -- bug5655154, commented accounting_method = 'ACCRUAL' check
105: -- IF l_accounting_method = 'ACCRUAL' THEN

Line 108: arp_standard.debug( 'Create_Acct_Entry - Processing Accounting Method ' || l_accounting_method);

104: -- bug5655154, commented accounting_method = 'ACCRUAL' check
105: -- IF l_accounting_method = 'ACCRUAL' THEN
106:
107: IF PG_DEBUG in ('Y', 'C') THEN
108: arp_standard.debug( 'Create_Acct_Entry - Processing Accounting Method ' || l_accounting_method);
109: END IF;
110:
111: /*---------------------------------------------------------------------------+
112: |Determine whether we really need to create accounting, in the case of MCD |

Line 122: arp_standard.debug( 'ARP_ACCT_MAIN.Create_Acct_Entry - check whether accounting required ');

118: AND (p_ae_doc_rec.source_table <> 'MCD')) THEN
119: BEGIN
120:
121: IF PG_DEBUG in ('Y', 'C') THEN
122: arp_standard.debug( 'ARP_ACCT_MAIN.Create_Acct_Entry - check whether accounting required ');
123: END IF;
124:
125: select 'N'
126: into l_create_acct

Line 134: arp_standard.debug( 'ARP_ACCT_MAIN.Create_Acct_Entry - accounting already exists');

130: where dist.source_id = p_ae_doc_rec.source_id
131: and dist.source_table = p_ae_doc_rec.source_table);
132:
133: IF PG_DEBUG in ('Y', 'C') THEN
134: arp_standard.debug( 'ARP_ACCT_MAIN.Create_Acct_Entry - accounting already exists');
135: END IF;
136:
137: EXCEPTION
138: WHEN NO_DATA_FOUND THEN

Line 140: arp_standard.debug( 'ARP_ACCT_MAIN.Create_Acct_Entry - creating accounting ');

136:
137: EXCEPTION
138: WHEN NO_DATA_FOUND THEN
139: IF PG_DEBUG in ('Y', 'C') THEN
140: arp_standard.debug( 'ARP_ACCT_MAIN.Create_Acct_Entry - creating accounting ');
141: END IF;
142: l_create_acct := 'Y';
143: END;
144:

Line 148: arp_standard.debug( 'l_create_acct = ' || l_create_acct);

144:
145: END IF; --end if check accounting required
146:
147: IF PG_DEBUG in ('Y', 'C') THEN
148: arp_standard.debug( 'l_create_acct = ' || l_create_acct);
149: END IF;
150:
151: IF (l_create_acct = 'N') THEN
152: IF PG_DEBUG in ('Y', 'C') THEN

Line 153: arp_standard.debug( 'Ending Processing for l_create_acct = ' || l_create_acct);

149: END IF;
150:
151: IF (l_create_acct = 'N') THEN
152: IF PG_DEBUG in ('Y', 'C') THEN
153: arp_standard.debug( 'Ending Processing for l_create_acct = ' || l_create_acct);
154: END IF;
155: GOTO end_process_lbl;
156: END IF;
157:

Line 285: arp_standard.debug( 'ARP_ACCT_MAIN.Create_Acct_Entry()-');

281: -- END IF; --end if ACCRUAL method of accounting
282:
283: <>
284: IF PG_DEBUG in ('Y', 'C') THEN
285: arp_standard.debug( 'ARP_ACCT_MAIN.Create_Acct_Entry()-');
286: END IF;
287:
288: EXCEPTION
289: WHEN OTHERS THEN

Line 291: arp_standard.debug( 'EXCEPTION: ARP_ACCT_MAIN.Create_Acct_Entry');

287:
288: EXCEPTION
289: WHEN OTHERS THEN
290: IF PG_DEBUG in ('Y', 'C') THEN
291: arp_standard.debug( 'EXCEPTION: ARP_ACCT_MAIN.Create_Acct_Entry');
292: END IF;
293: IF p_client_server IS NULL THEN
294: app_exception.raise_exception;
295: ELSE

Line 330: arp_standard.debug( 'Overloaded ARP_ACCT_MAIN.Create_Acct_Entry()+');

326: l_ae_event_rec ae_event_rec_type ;
327:
328: BEGIN
329: IF PG_DEBUG in ('Y', 'C') THEN
330: arp_standard.debug( 'Overloaded ARP_ACCT_MAIN.Create_Acct_Entry()+');
331: END IF;
332:
333: Create_Acct_Entry(p_mode => l_mode,
334: p_ae_doc_rec => p_ae_doc_rec,

Line 341: arp_standard.debug( 'Overloaded ARP_ACCT_MAIN.Create_Acct_Entry()-');

337: p_from_llca_call => p_from_llca_call,
338: p_gt_id => p_gt_id);
339:
340: IF PG_DEBUG in ('Y', 'C') THEN
341: arp_standard.debug( 'Overloaded ARP_ACCT_MAIN.Create_Acct_Entry()-');
342: END IF;
343:
344: EXCEPTION
345: WHEN OTHERS THEN

Line 347: arp_standard.debug( 'EXCEPTION: Overloaded ARP_ACCT_MAIN.Create_Acct_Entry');

343:
344: EXCEPTION
345: WHEN OTHERS THEN
346: IF PG_DEBUG in ('Y', 'C') THEN
347: arp_standard.debug( 'EXCEPTION: Overloaded ARP_ACCT_MAIN.Create_Acct_Entry');
348: END IF;
349: RAISE;
350: END Create_Acct_Entry;
351:

Line 393: arp_standard.debug( 'Overloaded1 ARP_ACCT_MAIN.Create_Acct_Entry()+');

389:
390: BEGIN
391:
392: IF PG_DEBUG in ('Y', 'C') THEN
393: arp_standard.debug( 'Overloaded1 ARP_ACCT_MAIN.Create_Acct_Entry()+');
394: END IF;
395:
396: l_ae_doc_rec.document_type := p_document_type ;
397: l_ae_doc_rec.document_id := p_document_id ;

Line 412: arp_standard.debug( 'Overloaded1 ARP_ACCT_MAIN.Create_Acct_Entry()-');

408: p_from_llca_call=> p_from_llca_call,
409: p_gt_id => p_gt_id);
410:
411: IF PG_DEBUG in ('Y', 'C') THEN
412: arp_standard.debug( 'Overloaded1 ARP_ACCT_MAIN.Create_Acct_Entry()-');
413: END IF;
414:
415: EXCEPTION
416: WHEN OTHERS THEN

Line 418: arp_standard.debug( 'EXCEPTION: Overloaded1 ARP_ACCT_MAIN.Create_Acct_Entry');

414:
415: EXCEPTION
416: WHEN OTHERS THEN
417: IF PG_DEBUG in ('Y', 'C') THEN
418: arp_standard.debug( 'EXCEPTION: Overloaded1 ARP_ACCT_MAIN.Create_Acct_Entry');
419: END IF;
420: RAISE;
421:
422: END Create_Acct_Entry;

Line 469: arp_standard.debug( 'Overloaded1 ARP_ACCT_MAIN.Create_Acct_Entry()+');

465:
466: BEGIN
467:
468: IF PG_DEBUG in ('Y', 'C') THEN
469: arp_standard.debug( 'Overloaded1 ARP_ACCT_MAIN.Create_Acct_Entry()+');
470: END IF;
471:
472: l_ae_doc_rec.document_type := p_document_type ;
473: l_ae_doc_rec.document_id := p_document_id ;

Line 489: arp_standard.debug( 'Overloaded1 ARP_ACCT_MAIN.Create_Acct_Entry()-');

485: p_from_llca_call => p_from_llca_call,
486: p_gt_id => p_gt_id);
487:
488: IF PG_DEBUG in ('Y', 'C') THEN
489: arp_standard.debug( 'Overloaded1 ARP_ACCT_MAIN.Create_Acct_Entry()-');
490: END IF;
491:
492: EXCEPTION
493: WHEN OTHERS THEN

Line 495: arp_standard.debug( 'EXCEPTION: Overloaded1 ARP_ACCT_MAIN.Create_Acct_Entry');

491:
492: EXCEPTION
493: WHEN OTHERS THEN
494: IF PG_DEBUG in ('Y', 'C') THEN
495: arp_standard.debug( 'EXCEPTION: Overloaded1 ARP_ACCT_MAIN.Create_Acct_Entry');
496: END IF;
497: RAISE;
498:
499: END Create_Acct_Entry;

Line 556: arp_standard.debug( 'Overloaded2 ARP_ACCT_MAIN.Create_Acct_Entry()+');

552:
553: BEGIN
554:
555: IF PG_DEBUG in ('Y', 'C') THEN
556: arp_standard.debug( 'Overloaded2 ARP_ACCT_MAIN.Create_Acct_Entry()+');
557: END IF;
558:
559: IF (p_called_from = 'AUTOREC' ) THEN
560: IF PG_DEBUG in ('Y', 'C') THEN

Line 561: arp_standard.debug( 'calling for AUTO RECEIPTS');

557: END IF;
558:
559: IF (p_called_from = 'AUTOREC' ) THEN
560: IF PG_DEBUG in ('Y', 'C') THEN
561: arp_standard.debug( 'calling for AUTO RECEIPTS');
562: END IF;
563:
564: l_ae_doc_rec.document_type := 'RECEIPT';
565: l_ae_doc_rec.accounting_entity_level := 'ONE';

Line 677: arp_standard.debug( 'Overloaded2 ARP_ACCT_MAIN.Create_Acct_Entry()-');

673: --
674: */
675: END IF;
676: IF PG_DEBUG in ('Y', 'C') THEN
677: arp_standard.debug( 'Overloaded2 ARP_ACCT_MAIN.Create_Acct_Entry()-');
678: END IF;
679:
680: END Create_Acct_Entry;
681:

Line 689: | This procedure is the standard delete routine which calls packages

685: |
686: | DESCRIPTION
687: | Delete accounting entries for a document
688: | ----------------------------------------
689: | This procedure is the standard delete routine which calls packages
690: | for Receipts, Credit Memos and Adjustments to delete the accounting
691: | associated with the document for a source id
692: |
693: | PARAMETERS

Line 709: arp_standard.debug( 'ARP_ACCT_MAIN.Delete_Acct_Entry()+');

705: l_accounting_method ar_system_parameters.accounting_method%TYPE;
706:
707: BEGIN
708: IF PG_DEBUG in ('Y', 'C') THEN
709: arp_standard.debug( 'ARP_ACCT_MAIN.Delete_Acct_Entry()+');
710: END IF;
711:
712: Init_Curr_Details(p_accounting_method => l_accounting_method);
713:

Line 715: arp_standard.debug( 'ARP_ACCT_MAIN - Accounting Method ' || l_accounting_method);

711:
712: Init_Curr_Details(p_accounting_method => l_accounting_method);
713:
714: IF PG_DEBUG in ('Y', 'C') THEN
715: arp_standard.debug( 'ARP_ACCT_MAIN - Accounting Method ' || l_accounting_method);
716: END IF;
717:
718: --begin 5655154, commented the accounting_method = 'ACCRUAL' check
719: -- IF l_accounting_method = 'ACCRUAL' THEN

Line 722: arp_standard.debug( 'Delete_Acct_Entry - Processing Accounting Method ' || l_accounting_method);

718: --begin 5655154, commented the accounting_method = 'ACCRUAL' check
719: -- IF l_accounting_method = 'ACCRUAL' THEN
720: --end 5655154
721: IF PG_DEBUG in ('Y', 'C') THEN
722: arp_standard.debug( 'Delete_Acct_Entry - Processing Accounting Method ' || l_accounting_method);
723: END IF;
724: /*------------------------------------------------------+
725: | Delete Accounting for Document |
726: +------------------------------------------------------*/

Line 759: arp_standard.debug( 'ARP_ACCT_MAIN.Delete_Acct_Entry()-');

755: -- END IF; --end if Accounting method is accrual
756: --end 5655154
757:
758: IF PG_DEBUG in ('Y', 'C') THEN
759: arp_standard.debug( 'ARP_ACCT_MAIN.Delete_Acct_Entry()-');
760: END IF;
761:
762: EXCEPTION
763: WHEN OTHERS THEN

Line 765: arp_standard.debug( 'EXCEPTION: ARP_ACCT_MAIN.Delete_Acct_Entry');

761:
762: EXCEPTION
763: WHEN OTHERS THEN
764: IF PG_DEBUG in ('Y', 'C') THEN
765: arp_standard.debug( 'EXCEPTION: ARP_ACCT_MAIN.Delete_Acct_Entry');
766: END IF;
767: RAISE;
768:
769: END Delete_Acct_Entry;

Line 793: arp_standard.debug( 'Overloaded ARP_ACCT_MAIN.Delete_Acct_Entry()+');

789: l_ae_event_rec ae_event_rec_type ;
790:
791: BEGIN
792: IF PG_DEBUG in ('Y', 'C') THEN
793: arp_standard.debug( 'Overloaded ARP_ACCT_MAIN.Delete_Acct_Entry()+');
794: END IF;
795:
796: Delete_Acct_Entry(l_mode, p_ae_doc_rec, l_ae_event_rec);
797:

Line 799: arp_standard.debug( 'Overloaded ARP_ACCT_MAIN.Delete_Acct_Entry()-');

795:
796: Delete_Acct_Entry(l_mode, p_ae_doc_rec, l_ae_event_rec);
797:
798: IF PG_DEBUG in ('Y', 'C') THEN
799: arp_standard.debug( 'Overloaded ARP_ACCT_MAIN.Delete_Acct_Entry()-');
800: END IF;
801:
802: EXCEPTION
803: WHEN OTHERS THEN

Line 805: arp_standard.debug( 'EXCEPTION: Overloaded ARP_ACCT_MAIN.Delete_Acct_Entry');

801:
802: EXCEPTION
803: WHEN OTHERS THEN
804: IF PG_DEBUG in ('Y', 'C') THEN
805: arp_standard.debug( 'EXCEPTION: Overloaded ARP_ACCT_MAIN.Delete_Acct_Entry');
806: END IF;
807: RAISE;
808:
809: END Delete_Acct_Entry;

Line 840: arp_standard.debug( 'Overloaded ARP_ACCT_MAIN.Delete_Acct_Entry()+');

836: l_ae_doc_rec ae_doc_rec_type;
837:
838: BEGIN
839: IF PG_DEBUG in ('Y', 'C') THEN
840: arp_standard.debug( 'Overloaded ARP_ACCT_MAIN.Delete_Acct_Entry()+');
841: END IF;
842:
843: l_ae_doc_rec.document_type := p_document_type ;
844: l_ae_doc_rec.document_id := p_document_id ;

Line 856: arp_standard.debug( 'Overloaded ARP_ACCT_MAIN.Delete_Acct_Entry()-');

852:
853: p_source_id_old := l_ae_doc_rec.source_id_old;
854:
855: IF PG_DEBUG in ('Y', 'C') THEN
856: arp_standard.debug( 'Overloaded ARP_ACCT_MAIN.Delete_Acct_Entry()-');
857: END IF;
858:
859: EXCEPTION
860: WHEN OTHERS THEN

Line 862: arp_standard.debug( 'EXCEPTION: Overloaded ARP_ACCT_MAIN.Delete_Acct_Entry');

858:
859: EXCEPTION
860: WHEN OTHERS THEN
861: IF PG_DEBUG in ('Y', 'C') THEN
862: arp_standard.debug( 'EXCEPTION: Overloaded ARP_ACCT_MAIN.Delete_Acct_Entry');
863: END IF;
864: RAISE;
865:
866: END Delete_Acct_Entry;

Line 891: arp_standard.debug( 'ARP_ACCT_MAIN.Insert_Ae_Lines()+');

887:
888: BEGIN
889:
890: IF PG_DEBUG in ('Y', 'C') THEN
891: arp_standard.debug( 'ARP_ACCT_MAIN.Insert_Ae_Lines()+');
892: END IF;
893:
894:
895: -- Insert AE Lines

Line 946: arp_standard.debug( 'sob type = ' || ARP_ACCT_MAIN.ae_sys_rec.sob_type);

942: Dump_Dist_Amts(l_ae_line_rec);
943:
944:
945: IF PG_DEBUG in ('Y', 'C') THEN
946: arp_standard.debug( 'sob type = ' || ARP_ACCT_MAIN.ae_sys_rec.sob_type);
947: END IF;
948:
949: IF (NVL(ARP_ACCT_MAIN.ae_sys_rec.sob_type,'P') = 'P') THEN
950: arp_distributions_pkg.insert_p(l_ae_line_rec, l_dummy);

Line 955: arp_standard.debug( 'ARP_ACCT_MAIN.Insert_Ae_Lines()-');

951: END IF;
952: END LOOP;
953:
954: IF PG_DEBUG in ('Y', 'C') THEN
955: arp_standard.debug( 'ARP_ACCT_MAIN.Insert_Ae_Lines()-');
956: END IF;
957:
958: EXCEPTION
959: WHEN OTHERS THEN

Line 961: arp_standard.debug('EXCEPTION: ARP_ACCT_MAIN.Insert_Ae_Lines');

957:
958: EXCEPTION
959: WHEN OTHERS THEN
960: IF PG_DEBUG in ('Y', 'C') THEN
961: arp_standard.debug('EXCEPTION: ARP_ACCT_MAIN.Insert_Ae_Lines');
962: END IF;
963: RAISE;
964:
965: END Insert_Ae_Lines;

Line 982: arp_standard.debug('ARP_ACCT_MAIN.Dump_Dist_Amts()+');

978: PROCEDURE Dump_Dist_Amts(p_ae_line_rec IN ar_distributions%ROWTYPE) IS
979: BEGIN
980:
981: IF PG_DEBUG in ('Y', 'C') THEN
982: arp_standard.debug('ARP_ACCT_MAIN.Dump_Dist_Amts()+');
983: END IF;
984:
985: IF PG_DEBUG in ('Y', 'C') THEN
986: arp_standard.debug( 'set_of_books_id = ' || ARP_ACCT_MAIN.ae_sys_rec.set_of_books_id);

Line 986: arp_standard.debug( 'set_of_books_id = ' || ARP_ACCT_MAIN.ae_sys_rec.set_of_books_id);

982: arp_standard.debug('ARP_ACCT_MAIN.Dump_Dist_Amts()+');
983: END IF;
984:
985: IF PG_DEBUG in ('Y', 'C') THEN
986: arp_standard.debug( 'set_of_books_id = ' || ARP_ACCT_MAIN.ae_sys_rec.set_of_books_id);
987: arp_standard.debug( 'source_type = ' || p_ae_line_rec.source_type);
988: arp_standard.debug( 'source_type_secondary = ' || p_ae_line_rec.source_type_secondary);
989: arp_standard.debug( 'source_id = ' || p_ae_line_rec.source_id);
990: arp_standard.debug( 'source_table = ' || p_ae_line_rec.source_table);

Line 987: arp_standard.debug( 'source_type = ' || p_ae_line_rec.source_type);

983: END IF;
984:
985: IF PG_DEBUG in ('Y', 'C') THEN
986: arp_standard.debug( 'set_of_books_id = ' || ARP_ACCT_MAIN.ae_sys_rec.set_of_books_id);
987: arp_standard.debug( 'source_type = ' || p_ae_line_rec.source_type);
988: arp_standard.debug( 'source_type_secondary = ' || p_ae_line_rec.source_type_secondary);
989: arp_standard.debug( 'source_id = ' || p_ae_line_rec.source_id);
990: arp_standard.debug( 'source_table = ' || p_ae_line_rec.source_table);
991: arp_standard.debug( 'code_combination_id = ' || p_ae_line_rec.code_combination_id);

Line 988: arp_standard.debug( 'source_type_secondary = ' || p_ae_line_rec.source_type_secondary);

984:
985: IF PG_DEBUG in ('Y', 'C') THEN
986: arp_standard.debug( 'set_of_books_id = ' || ARP_ACCT_MAIN.ae_sys_rec.set_of_books_id);
987: arp_standard.debug( 'source_type = ' || p_ae_line_rec.source_type);
988: arp_standard.debug( 'source_type_secondary = ' || p_ae_line_rec.source_type_secondary);
989: arp_standard.debug( 'source_id = ' || p_ae_line_rec.source_id);
990: arp_standard.debug( 'source_table = ' || p_ae_line_rec.source_table);
991: arp_standard.debug( 'code_combination_id = ' || p_ae_line_rec.code_combination_id);
992: arp_standard.debug( 'amount_dr = ' || p_ae_line_rec.amount_dr);

Line 989: arp_standard.debug( 'source_id = ' || p_ae_line_rec.source_id);

985: IF PG_DEBUG in ('Y', 'C') THEN
986: arp_standard.debug( 'set_of_books_id = ' || ARP_ACCT_MAIN.ae_sys_rec.set_of_books_id);
987: arp_standard.debug( 'source_type = ' || p_ae_line_rec.source_type);
988: arp_standard.debug( 'source_type_secondary = ' || p_ae_line_rec.source_type_secondary);
989: arp_standard.debug( 'source_id = ' || p_ae_line_rec.source_id);
990: arp_standard.debug( 'source_table = ' || p_ae_line_rec.source_table);
991: arp_standard.debug( 'code_combination_id = ' || p_ae_line_rec.code_combination_id);
992: arp_standard.debug( 'amount_dr = ' || p_ae_line_rec.amount_dr);
993: arp_standard.debug( 'amount_cr = ' || p_ae_line_rec.amount_cr);

Line 990: arp_standard.debug( 'source_table = ' || p_ae_line_rec.source_table);

986: arp_standard.debug( 'set_of_books_id = ' || ARP_ACCT_MAIN.ae_sys_rec.set_of_books_id);
987: arp_standard.debug( 'source_type = ' || p_ae_line_rec.source_type);
988: arp_standard.debug( 'source_type_secondary = ' || p_ae_line_rec.source_type_secondary);
989: arp_standard.debug( 'source_id = ' || p_ae_line_rec.source_id);
990: arp_standard.debug( 'source_table = ' || p_ae_line_rec.source_table);
991: arp_standard.debug( 'code_combination_id = ' || p_ae_line_rec.code_combination_id);
992: arp_standard.debug( 'amount_dr = ' || p_ae_line_rec.amount_dr);
993: arp_standard.debug( 'amount_cr = ' || p_ae_line_rec.amount_cr);
994: arp_standard.debug( 'acctd_amount_dr = ' || p_ae_line_rec.acctd_amount_dr);

Line 991: arp_standard.debug( 'code_combination_id = ' || p_ae_line_rec.code_combination_id);

987: arp_standard.debug( 'source_type = ' || p_ae_line_rec.source_type);
988: arp_standard.debug( 'source_type_secondary = ' || p_ae_line_rec.source_type_secondary);
989: arp_standard.debug( 'source_id = ' || p_ae_line_rec.source_id);
990: arp_standard.debug( 'source_table = ' || p_ae_line_rec.source_table);
991: arp_standard.debug( 'code_combination_id = ' || p_ae_line_rec.code_combination_id);
992: arp_standard.debug( 'amount_dr = ' || p_ae_line_rec.amount_dr);
993: arp_standard.debug( 'amount_cr = ' || p_ae_line_rec.amount_cr);
994: arp_standard.debug( 'acctd_amount_dr = ' || p_ae_line_rec.acctd_amount_dr);
995: arp_standard.debug( 'acctd_amount_cr = ' || p_ae_line_rec.acctd_amount_cr);

Line 992: arp_standard.debug( 'amount_dr = ' || p_ae_line_rec.amount_dr);

988: arp_standard.debug( 'source_type_secondary = ' || p_ae_line_rec.source_type_secondary);
989: arp_standard.debug( 'source_id = ' || p_ae_line_rec.source_id);
990: arp_standard.debug( 'source_table = ' || p_ae_line_rec.source_table);
991: arp_standard.debug( 'code_combination_id = ' || p_ae_line_rec.code_combination_id);
992: arp_standard.debug( 'amount_dr = ' || p_ae_line_rec.amount_dr);
993: arp_standard.debug( 'amount_cr = ' || p_ae_line_rec.amount_cr);
994: arp_standard.debug( 'acctd_amount_dr = ' || p_ae_line_rec.acctd_amount_dr);
995: arp_standard.debug( 'acctd_amount_cr = ' || p_ae_line_rec.acctd_amount_cr);
996: arp_standard.debug( 'source_id_secondary = ' || p_ae_line_rec.source_id_secondary);

Line 993: arp_standard.debug( 'amount_cr = ' || p_ae_line_rec.amount_cr);

989: arp_standard.debug( 'source_id = ' || p_ae_line_rec.source_id);
990: arp_standard.debug( 'source_table = ' || p_ae_line_rec.source_table);
991: arp_standard.debug( 'code_combination_id = ' || p_ae_line_rec.code_combination_id);
992: arp_standard.debug( 'amount_dr = ' || p_ae_line_rec.amount_dr);
993: arp_standard.debug( 'amount_cr = ' || p_ae_line_rec.amount_cr);
994: arp_standard.debug( 'acctd_amount_dr = ' || p_ae_line_rec.acctd_amount_dr);
995: arp_standard.debug( 'acctd_amount_cr = ' || p_ae_line_rec.acctd_amount_cr);
996: arp_standard.debug( 'source_id_secondary = ' || p_ae_line_rec.source_id_secondary);
997: arp_standard.debug( 'source_table_secondary = ' || p_ae_line_rec.source_table_secondary);

Line 994: arp_standard.debug( 'acctd_amount_dr = ' || p_ae_line_rec.acctd_amount_dr);

990: arp_standard.debug( 'source_table = ' || p_ae_line_rec.source_table);
991: arp_standard.debug( 'code_combination_id = ' || p_ae_line_rec.code_combination_id);
992: arp_standard.debug( 'amount_dr = ' || p_ae_line_rec.amount_dr);
993: arp_standard.debug( 'amount_cr = ' || p_ae_line_rec.amount_cr);
994: arp_standard.debug( 'acctd_amount_dr = ' || p_ae_line_rec.acctd_amount_dr);
995: arp_standard.debug( 'acctd_amount_cr = ' || p_ae_line_rec.acctd_amount_cr);
996: arp_standard.debug( 'source_id_secondary = ' || p_ae_line_rec.source_id_secondary);
997: arp_standard.debug( 'source_table_secondary = ' || p_ae_line_rec.source_table_secondary);
998: arp_standard.debug( 'source_table_secondary = ' || p_ae_line_rec.source_table_secondary);

Line 995: arp_standard.debug( 'acctd_amount_cr = ' || p_ae_line_rec.acctd_amount_cr);

991: arp_standard.debug( 'code_combination_id = ' || p_ae_line_rec.code_combination_id);
992: arp_standard.debug( 'amount_dr = ' || p_ae_line_rec.amount_dr);
993: arp_standard.debug( 'amount_cr = ' || p_ae_line_rec.amount_cr);
994: arp_standard.debug( 'acctd_amount_dr = ' || p_ae_line_rec.acctd_amount_dr);
995: arp_standard.debug( 'acctd_amount_cr = ' || p_ae_line_rec.acctd_amount_cr);
996: arp_standard.debug( 'source_id_secondary = ' || p_ae_line_rec.source_id_secondary);
997: arp_standard.debug( 'source_table_secondary = ' || p_ae_line_rec.source_table_secondary);
998: arp_standard.debug( 'source_table_secondary = ' || p_ae_line_rec.source_table_secondary);
999: arp_standard.debug( 'currency_code = ' || p_ae_line_rec.currency_code);

Line 996: arp_standard.debug( 'source_id_secondary = ' || p_ae_line_rec.source_id_secondary);

992: arp_standard.debug( 'amount_dr = ' || p_ae_line_rec.amount_dr);
993: arp_standard.debug( 'amount_cr = ' || p_ae_line_rec.amount_cr);
994: arp_standard.debug( 'acctd_amount_dr = ' || p_ae_line_rec.acctd_amount_dr);
995: arp_standard.debug( 'acctd_amount_cr = ' || p_ae_line_rec.acctd_amount_cr);
996: arp_standard.debug( 'source_id_secondary = ' || p_ae_line_rec.source_id_secondary);
997: arp_standard.debug( 'source_table_secondary = ' || p_ae_line_rec.source_table_secondary);
998: arp_standard.debug( 'source_table_secondary = ' || p_ae_line_rec.source_table_secondary);
999: arp_standard.debug( 'currency_code = ' || p_ae_line_rec.currency_code);
1000: arp_standard.debug( 'currency_conversion_rate = ' || p_ae_line_rec.currency_conversion_rate);

Line 997: arp_standard.debug( 'source_table_secondary = ' || p_ae_line_rec.source_table_secondary);

993: arp_standard.debug( 'amount_cr = ' || p_ae_line_rec.amount_cr);
994: arp_standard.debug( 'acctd_amount_dr = ' || p_ae_line_rec.acctd_amount_dr);
995: arp_standard.debug( 'acctd_amount_cr = ' || p_ae_line_rec.acctd_amount_cr);
996: arp_standard.debug( 'source_id_secondary = ' || p_ae_line_rec.source_id_secondary);
997: arp_standard.debug( 'source_table_secondary = ' || p_ae_line_rec.source_table_secondary);
998: arp_standard.debug( 'source_table_secondary = ' || p_ae_line_rec.source_table_secondary);
999: arp_standard.debug( 'currency_code = ' || p_ae_line_rec.currency_code);
1000: arp_standard.debug( 'currency_conversion_rate = ' || p_ae_line_rec.currency_conversion_rate);
1001: arp_standard.debug( 'currency_conversion_type = ' || p_ae_line_rec.currency_conversion_type);

Line 998: arp_standard.debug( 'source_table_secondary = ' || p_ae_line_rec.source_table_secondary);

994: arp_standard.debug( 'acctd_amount_dr = ' || p_ae_line_rec.acctd_amount_dr);
995: arp_standard.debug( 'acctd_amount_cr = ' || p_ae_line_rec.acctd_amount_cr);
996: arp_standard.debug( 'source_id_secondary = ' || p_ae_line_rec.source_id_secondary);
997: arp_standard.debug( 'source_table_secondary = ' || p_ae_line_rec.source_table_secondary);
998: arp_standard.debug( 'source_table_secondary = ' || p_ae_line_rec.source_table_secondary);
999: arp_standard.debug( 'currency_code = ' || p_ae_line_rec.currency_code);
1000: arp_standard.debug( 'currency_conversion_rate = ' || p_ae_line_rec.currency_conversion_rate);
1001: arp_standard.debug( 'currency_conversion_type = ' || p_ae_line_rec.currency_conversion_type);
1002: arp_standard.debug( 'currency_conversion_date = ' || p_ae_line_rec.currency_conversion_date);

Line 999: arp_standard.debug( 'currency_code = ' || p_ae_line_rec.currency_code);

995: arp_standard.debug( 'acctd_amount_cr = ' || p_ae_line_rec.acctd_amount_cr);
996: arp_standard.debug( 'source_id_secondary = ' || p_ae_line_rec.source_id_secondary);
997: arp_standard.debug( 'source_table_secondary = ' || p_ae_line_rec.source_table_secondary);
998: arp_standard.debug( 'source_table_secondary = ' || p_ae_line_rec.source_table_secondary);
999: arp_standard.debug( 'currency_code = ' || p_ae_line_rec.currency_code);
1000: arp_standard.debug( 'currency_conversion_rate = ' || p_ae_line_rec.currency_conversion_rate);
1001: arp_standard.debug( 'currency_conversion_type = ' || p_ae_line_rec.currency_conversion_type);
1002: arp_standard.debug( 'currency_conversion_date = ' || p_ae_line_rec.currency_conversion_date);
1003: arp_standard.debug( 'third_party_id = ' || p_ae_line_rec.third_party_id);

Line 1000: arp_standard.debug( 'currency_conversion_rate = ' || p_ae_line_rec.currency_conversion_rate);

996: arp_standard.debug( 'source_id_secondary = ' || p_ae_line_rec.source_id_secondary);
997: arp_standard.debug( 'source_table_secondary = ' || p_ae_line_rec.source_table_secondary);
998: arp_standard.debug( 'source_table_secondary = ' || p_ae_line_rec.source_table_secondary);
999: arp_standard.debug( 'currency_code = ' || p_ae_line_rec.currency_code);
1000: arp_standard.debug( 'currency_conversion_rate = ' || p_ae_line_rec.currency_conversion_rate);
1001: arp_standard.debug( 'currency_conversion_type = ' || p_ae_line_rec.currency_conversion_type);
1002: arp_standard.debug( 'currency_conversion_date = ' || p_ae_line_rec.currency_conversion_date);
1003: arp_standard.debug( 'third_party_id = ' || p_ae_line_rec.third_party_id);
1004: arp_standard.debug( 'third_party_sub_id = ' || p_ae_line_rec.third_party_sub_id);

Line 1001: arp_standard.debug( 'currency_conversion_type = ' || p_ae_line_rec.currency_conversion_type);

997: arp_standard.debug( 'source_table_secondary = ' || p_ae_line_rec.source_table_secondary);
998: arp_standard.debug( 'source_table_secondary = ' || p_ae_line_rec.source_table_secondary);
999: arp_standard.debug( 'currency_code = ' || p_ae_line_rec.currency_code);
1000: arp_standard.debug( 'currency_conversion_rate = ' || p_ae_line_rec.currency_conversion_rate);
1001: arp_standard.debug( 'currency_conversion_type = ' || p_ae_line_rec.currency_conversion_type);
1002: arp_standard.debug( 'currency_conversion_date = ' || p_ae_line_rec.currency_conversion_date);
1003: arp_standard.debug( 'third_party_id = ' || p_ae_line_rec.third_party_id);
1004: arp_standard.debug( 'third_party_sub_id = ' || p_ae_line_rec.third_party_sub_id);
1005: arp_standard.debug( 'tax_group_code_id = ' || p_ae_line_rec.tax_group_code_id);

Line 1002: arp_standard.debug( 'currency_conversion_date = ' || p_ae_line_rec.currency_conversion_date);

998: arp_standard.debug( 'source_table_secondary = ' || p_ae_line_rec.source_table_secondary);
999: arp_standard.debug( 'currency_code = ' || p_ae_line_rec.currency_code);
1000: arp_standard.debug( 'currency_conversion_rate = ' || p_ae_line_rec.currency_conversion_rate);
1001: arp_standard.debug( 'currency_conversion_type = ' || p_ae_line_rec.currency_conversion_type);
1002: arp_standard.debug( 'currency_conversion_date = ' || p_ae_line_rec.currency_conversion_date);
1003: arp_standard.debug( 'third_party_id = ' || p_ae_line_rec.third_party_id);
1004: arp_standard.debug( 'third_party_sub_id = ' || p_ae_line_rec.third_party_sub_id);
1005: arp_standard.debug( 'tax_group_code_id = ' || p_ae_line_rec.tax_group_code_id);
1006: arp_standard.debug( 'tax_code_id = ' || p_ae_line_rec.tax_code_id);

Line 1003: arp_standard.debug( 'third_party_id = ' || p_ae_line_rec.third_party_id);

999: arp_standard.debug( 'currency_code = ' || p_ae_line_rec.currency_code);
1000: arp_standard.debug( 'currency_conversion_rate = ' || p_ae_line_rec.currency_conversion_rate);
1001: arp_standard.debug( 'currency_conversion_type = ' || p_ae_line_rec.currency_conversion_type);
1002: arp_standard.debug( 'currency_conversion_date = ' || p_ae_line_rec.currency_conversion_date);
1003: arp_standard.debug( 'third_party_id = ' || p_ae_line_rec.third_party_id);
1004: arp_standard.debug( 'third_party_sub_id = ' || p_ae_line_rec.third_party_sub_id);
1005: arp_standard.debug( 'tax_group_code_id = ' || p_ae_line_rec.tax_group_code_id);
1006: arp_standard.debug( 'tax_code_id = ' || p_ae_line_rec.tax_code_id);
1007: arp_standard.debug( 'location_segment_id = ' || p_ae_line_rec.location_segment_id);

Line 1004: arp_standard.debug( 'third_party_sub_id = ' || p_ae_line_rec.third_party_sub_id);

1000: arp_standard.debug( 'currency_conversion_rate = ' || p_ae_line_rec.currency_conversion_rate);
1001: arp_standard.debug( 'currency_conversion_type = ' || p_ae_line_rec.currency_conversion_type);
1002: arp_standard.debug( 'currency_conversion_date = ' || p_ae_line_rec.currency_conversion_date);
1003: arp_standard.debug( 'third_party_id = ' || p_ae_line_rec.third_party_id);
1004: arp_standard.debug( 'third_party_sub_id = ' || p_ae_line_rec.third_party_sub_id);
1005: arp_standard.debug( 'tax_group_code_id = ' || p_ae_line_rec.tax_group_code_id);
1006: arp_standard.debug( 'tax_code_id = ' || p_ae_line_rec.tax_code_id);
1007: arp_standard.debug( 'location_segment_id = ' || p_ae_line_rec.location_segment_id);
1008: arp_standard.debug( 'taxable_entered_dr = ' || p_ae_line_rec.taxable_entered_dr);

Line 1005: arp_standard.debug( 'tax_group_code_id = ' || p_ae_line_rec.tax_group_code_id);

1001: arp_standard.debug( 'currency_conversion_type = ' || p_ae_line_rec.currency_conversion_type);
1002: arp_standard.debug( 'currency_conversion_date = ' || p_ae_line_rec.currency_conversion_date);
1003: arp_standard.debug( 'third_party_id = ' || p_ae_line_rec.third_party_id);
1004: arp_standard.debug( 'third_party_sub_id = ' || p_ae_line_rec.third_party_sub_id);
1005: arp_standard.debug( 'tax_group_code_id = ' || p_ae_line_rec.tax_group_code_id);
1006: arp_standard.debug( 'tax_code_id = ' || p_ae_line_rec.tax_code_id);
1007: arp_standard.debug( 'location_segment_id = ' || p_ae_line_rec.location_segment_id);
1008: arp_standard.debug( 'taxable_entered_dr = ' || p_ae_line_rec.taxable_entered_dr);
1009: arp_standard.debug( 'taxable_entered_cr = ' || p_ae_line_rec.taxable_entered_cr);

Line 1006: arp_standard.debug( 'tax_code_id = ' || p_ae_line_rec.tax_code_id);

1002: arp_standard.debug( 'currency_conversion_date = ' || p_ae_line_rec.currency_conversion_date);
1003: arp_standard.debug( 'third_party_id = ' || p_ae_line_rec.third_party_id);
1004: arp_standard.debug( 'third_party_sub_id = ' || p_ae_line_rec.third_party_sub_id);
1005: arp_standard.debug( 'tax_group_code_id = ' || p_ae_line_rec.tax_group_code_id);
1006: arp_standard.debug( 'tax_code_id = ' || p_ae_line_rec.tax_code_id);
1007: arp_standard.debug( 'location_segment_id = ' || p_ae_line_rec.location_segment_id);
1008: arp_standard.debug( 'taxable_entered_dr = ' || p_ae_line_rec.taxable_entered_dr);
1009: arp_standard.debug( 'taxable_entered_cr = ' || p_ae_line_rec.taxable_entered_cr);
1010: arp_standard.debug( 'taxable_accounted_dr = ' || p_ae_line_rec.taxable_accounted_dr);

Line 1007: arp_standard.debug( 'location_segment_id = ' || p_ae_line_rec.location_segment_id);

1003: arp_standard.debug( 'third_party_id = ' || p_ae_line_rec.third_party_id);
1004: arp_standard.debug( 'third_party_sub_id = ' || p_ae_line_rec.third_party_sub_id);
1005: arp_standard.debug( 'tax_group_code_id = ' || p_ae_line_rec.tax_group_code_id);
1006: arp_standard.debug( 'tax_code_id = ' || p_ae_line_rec.tax_code_id);
1007: arp_standard.debug( 'location_segment_id = ' || p_ae_line_rec.location_segment_id);
1008: arp_standard.debug( 'taxable_entered_dr = ' || p_ae_line_rec.taxable_entered_dr);
1009: arp_standard.debug( 'taxable_entered_cr = ' || p_ae_line_rec.taxable_entered_cr);
1010: arp_standard.debug( 'taxable_accounted_dr = ' || p_ae_line_rec.taxable_accounted_dr);
1011: arp_standard.debug( 'taxable_accounted_cr = ' || p_ae_line_rec.taxable_accounted_cr);

Line 1008: arp_standard.debug( 'taxable_entered_dr = ' || p_ae_line_rec.taxable_entered_dr);

1004: arp_standard.debug( 'third_party_sub_id = ' || p_ae_line_rec.third_party_sub_id);
1005: arp_standard.debug( 'tax_group_code_id = ' || p_ae_line_rec.tax_group_code_id);
1006: arp_standard.debug( 'tax_code_id = ' || p_ae_line_rec.tax_code_id);
1007: arp_standard.debug( 'location_segment_id = ' || p_ae_line_rec.location_segment_id);
1008: arp_standard.debug( 'taxable_entered_dr = ' || p_ae_line_rec.taxable_entered_dr);
1009: arp_standard.debug( 'taxable_entered_cr = ' || p_ae_line_rec.taxable_entered_cr);
1010: arp_standard.debug( 'taxable_accounted_dr = ' || p_ae_line_rec.taxable_accounted_dr);
1011: arp_standard.debug( 'taxable_accounted_cr = ' || p_ae_line_rec.taxable_accounted_cr);
1012: arp_standard.debug( 'tax_link_id = ' || p_ae_line_rec.tax_link_id);

Line 1009: arp_standard.debug( 'taxable_entered_cr = ' || p_ae_line_rec.taxable_entered_cr);

1005: arp_standard.debug( 'tax_group_code_id = ' || p_ae_line_rec.tax_group_code_id);
1006: arp_standard.debug( 'tax_code_id = ' || p_ae_line_rec.tax_code_id);
1007: arp_standard.debug( 'location_segment_id = ' || p_ae_line_rec.location_segment_id);
1008: arp_standard.debug( 'taxable_entered_dr = ' || p_ae_line_rec.taxable_entered_dr);
1009: arp_standard.debug( 'taxable_entered_cr = ' || p_ae_line_rec.taxable_entered_cr);
1010: arp_standard.debug( 'taxable_accounted_dr = ' || p_ae_line_rec.taxable_accounted_dr);
1011: arp_standard.debug( 'taxable_accounted_cr = ' || p_ae_line_rec.taxable_accounted_cr);
1012: arp_standard.debug( 'tax_link_id = ' || p_ae_line_rec.tax_link_id);
1013: arp_standard.debug( 'reversed_source_id = ' || p_ae_line_rec.reversed_source_id);

Line 1010: arp_standard.debug( 'taxable_accounted_dr = ' || p_ae_line_rec.taxable_accounted_dr);

1006: arp_standard.debug( 'tax_code_id = ' || p_ae_line_rec.tax_code_id);
1007: arp_standard.debug( 'location_segment_id = ' || p_ae_line_rec.location_segment_id);
1008: arp_standard.debug( 'taxable_entered_dr = ' || p_ae_line_rec.taxable_entered_dr);
1009: arp_standard.debug( 'taxable_entered_cr = ' || p_ae_line_rec.taxable_entered_cr);
1010: arp_standard.debug( 'taxable_accounted_dr = ' || p_ae_line_rec.taxable_accounted_dr);
1011: arp_standard.debug( 'taxable_accounted_cr = ' || p_ae_line_rec.taxable_accounted_cr);
1012: arp_standard.debug( 'tax_link_id = ' || p_ae_line_rec.tax_link_id);
1013: arp_standard.debug( 'reversed_source_id = ' || p_ae_line_rec.reversed_source_id);
1014: --{2979254

Line 1011: arp_standard.debug( 'taxable_accounted_cr = ' || p_ae_line_rec.taxable_accounted_cr);

1007: arp_standard.debug( 'location_segment_id = ' || p_ae_line_rec.location_segment_id);
1008: arp_standard.debug( 'taxable_entered_dr = ' || p_ae_line_rec.taxable_entered_dr);
1009: arp_standard.debug( 'taxable_entered_cr = ' || p_ae_line_rec.taxable_entered_cr);
1010: arp_standard.debug( 'taxable_accounted_dr = ' || p_ae_line_rec.taxable_accounted_dr);
1011: arp_standard.debug( 'taxable_accounted_cr = ' || p_ae_line_rec.taxable_accounted_cr);
1012: arp_standard.debug( 'tax_link_id = ' || p_ae_line_rec.tax_link_id);
1013: arp_standard.debug( 'reversed_source_id = ' || p_ae_line_rec.reversed_source_id);
1014: --{2979254
1015: arp_standard.debug( 'ref_customer_trx_line_id = ' || p_ae_line_rec.ref_customer_trx_line_id);

Line 1012: arp_standard.debug( 'tax_link_id = ' || p_ae_line_rec.tax_link_id);

1008: arp_standard.debug( 'taxable_entered_dr = ' || p_ae_line_rec.taxable_entered_dr);
1009: arp_standard.debug( 'taxable_entered_cr = ' || p_ae_line_rec.taxable_entered_cr);
1010: arp_standard.debug( 'taxable_accounted_dr = ' || p_ae_line_rec.taxable_accounted_dr);
1011: arp_standard.debug( 'taxable_accounted_cr = ' || p_ae_line_rec.taxable_accounted_cr);
1012: arp_standard.debug( 'tax_link_id = ' || p_ae_line_rec.tax_link_id);
1013: arp_standard.debug( 'reversed_source_id = ' || p_ae_line_rec.reversed_source_id);
1014: --{2979254
1015: arp_standard.debug( 'ref_customer_trx_line_id = ' || p_ae_line_rec.ref_customer_trx_line_id);
1016: arp_standard.debug( 'ref_cust_trx_line_gl_dist_id = '

Line 1013: arp_standard.debug( 'reversed_source_id = ' || p_ae_line_rec.reversed_source_id);

1009: arp_standard.debug( 'taxable_entered_cr = ' || p_ae_line_rec.taxable_entered_cr);
1010: arp_standard.debug( 'taxable_accounted_dr = ' || p_ae_line_rec.taxable_accounted_dr);
1011: arp_standard.debug( 'taxable_accounted_cr = ' || p_ae_line_rec.taxable_accounted_cr);
1012: arp_standard.debug( 'tax_link_id = ' || p_ae_line_rec.tax_link_id);
1013: arp_standard.debug( 'reversed_source_id = ' || p_ae_line_rec.reversed_source_id);
1014: --{2979254
1015: arp_standard.debug( 'ref_customer_trx_line_id = ' || p_ae_line_rec.ref_customer_trx_line_id);
1016: arp_standard.debug( 'ref_cust_trx_line_gl_dist_id = '
1017: || p_ae_line_rec.ref_cust_trx_line_gl_dist_id);

Line 1015: arp_standard.debug( 'ref_customer_trx_line_id = ' || p_ae_line_rec.ref_customer_trx_line_id);

1011: arp_standard.debug( 'taxable_accounted_cr = ' || p_ae_line_rec.taxable_accounted_cr);
1012: arp_standard.debug( 'tax_link_id = ' || p_ae_line_rec.tax_link_id);
1013: arp_standard.debug( 'reversed_source_id = ' || p_ae_line_rec.reversed_source_id);
1014: --{2979254
1015: arp_standard.debug( 'ref_customer_trx_line_id = ' || p_ae_line_rec.ref_customer_trx_line_id);
1016: arp_standard.debug( 'ref_cust_trx_line_gl_dist_id = '
1017: || p_ae_line_rec.ref_cust_trx_line_gl_dist_id);
1018: arp_standard.debug( 'ref_line_id = ' || p_ae_line_rec.ref_line_id);
1019: arp_standard.debug( 'from_amount_dr = ' || p_ae_line_rec.from_amount_dr);

Line 1016: arp_standard.debug( 'ref_cust_trx_line_gl_dist_id = '

1012: arp_standard.debug( 'tax_link_id = ' || p_ae_line_rec.tax_link_id);
1013: arp_standard.debug( 'reversed_source_id = ' || p_ae_line_rec.reversed_source_id);
1014: --{2979254
1015: arp_standard.debug( 'ref_customer_trx_line_id = ' || p_ae_line_rec.ref_customer_trx_line_id);
1016: arp_standard.debug( 'ref_cust_trx_line_gl_dist_id = '
1017: || p_ae_line_rec.ref_cust_trx_line_gl_dist_id);
1018: arp_standard.debug( 'ref_line_id = ' || p_ae_line_rec.ref_line_id);
1019: arp_standard.debug( 'from_amount_dr = ' || p_ae_line_rec.from_amount_dr);
1020: arp_standard.debug( 'from_amount_cr = ' || p_ae_line_rec.from_amount_cr);

Line 1018: arp_standard.debug( 'ref_line_id = ' || p_ae_line_rec.ref_line_id);

1014: --{2979254
1015: arp_standard.debug( 'ref_customer_trx_line_id = ' || p_ae_line_rec.ref_customer_trx_line_id);
1016: arp_standard.debug( 'ref_cust_trx_line_gl_dist_id = '
1017: || p_ae_line_rec.ref_cust_trx_line_gl_dist_id);
1018: arp_standard.debug( 'ref_line_id = ' || p_ae_line_rec.ref_line_id);
1019: arp_standard.debug( 'from_amount_dr = ' || p_ae_line_rec.from_amount_dr);
1020: arp_standard.debug( 'from_amount_cr = ' || p_ae_line_rec.from_amount_cr);
1021: arp_standard.debug( 'from_acctd_amount_dr = ' || p_ae_line_rec.from_acctd_amount_dr);
1022: arp_standard.debug( 'from_acctd_amount_cr = ' || p_ae_line_rec.from_acctd_amount_cr);

Line 1019: arp_standard.debug( 'from_amount_dr = ' || p_ae_line_rec.from_amount_dr);

1015: arp_standard.debug( 'ref_customer_trx_line_id = ' || p_ae_line_rec.ref_customer_trx_line_id);
1016: arp_standard.debug( 'ref_cust_trx_line_gl_dist_id = '
1017: || p_ae_line_rec.ref_cust_trx_line_gl_dist_id);
1018: arp_standard.debug( 'ref_line_id = ' || p_ae_line_rec.ref_line_id);
1019: arp_standard.debug( 'from_amount_dr = ' || p_ae_line_rec.from_amount_dr);
1020: arp_standard.debug( 'from_amount_cr = ' || p_ae_line_rec.from_amount_cr);
1021: arp_standard.debug( 'from_acctd_amount_dr = ' || p_ae_line_rec.from_acctd_amount_dr);
1022: arp_standard.debug( 'from_acctd_amount_cr = ' || p_ae_line_rec.from_acctd_amount_cr);
1023: arp_standard.debug( 'ref_account_class = ' || p_ae_line_rec.ref_account_class);

Line 1020: arp_standard.debug( 'from_amount_cr = ' || p_ae_line_rec.from_amount_cr);

1016: arp_standard.debug( 'ref_cust_trx_line_gl_dist_id = '
1017: || p_ae_line_rec.ref_cust_trx_line_gl_dist_id);
1018: arp_standard.debug( 'ref_line_id = ' || p_ae_line_rec.ref_line_id);
1019: arp_standard.debug( 'from_amount_dr = ' || p_ae_line_rec.from_amount_dr);
1020: arp_standard.debug( 'from_amount_cr = ' || p_ae_line_rec.from_amount_cr);
1021: arp_standard.debug( 'from_acctd_amount_dr = ' || p_ae_line_rec.from_acctd_amount_dr);
1022: arp_standard.debug( 'from_acctd_amount_cr = ' || p_ae_line_rec.from_acctd_amount_cr);
1023: arp_standard.debug( 'ref_account_class = ' || p_ae_line_rec.ref_account_class);
1024: arp_standard.debug( 'activity_bucket = ' || p_ae_line_rec.activity_bucket);

Line 1021: arp_standard.debug( 'from_acctd_amount_dr = ' || p_ae_line_rec.from_acctd_amount_dr);

1017: || p_ae_line_rec.ref_cust_trx_line_gl_dist_id);
1018: arp_standard.debug( 'ref_line_id = ' || p_ae_line_rec.ref_line_id);
1019: arp_standard.debug( 'from_amount_dr = ' || p_ae_line_rec.from_amount_dr);
1020: arp_standard.debug( 'from_amount_cr = ' || p_ae_line_rec.from_amount_cr);
1021: arp_standard.debug( 'from_acctd_amount_dr = ' || p_ae_line_rec.from_acctd_amount_dr);
1022: arp_standard.debug( 'from_acctd_amount_cr = ' || p_ae_line_rec.from_acctd_amount_cr);
1023: arp_standard.debug( 'ref_account_class = ' || p_ae_line_rec.ref_account_class);
1024: arp_standard.debug( 'activity_bucket = ' || p_ae_line_rec.activity_bucket);
1025: arp_standard.debug( 'ref_dist_ccid = ' || p_ae_line_rec.ref_dist_ccid);

Line 1022: arp_standard.debug( 'from_acctd_amount_cr = ' || p_ae_line_rec.from_acctd_amount_cr);

1018: arp_standard.debug( 'ref_line_id = ' || p_ae_line_rec.ref_line_id);
1019: arp_standard.debug( 'from_amount_dr = ' || p_ae_line_rec.from_amount_dr);
1020: arp_standard.debug( 'from_amount_cr = ' || p_ae_line_rec.from_amount_cr);
1021: arp_standard.debug( 'from_acctd_amount_dr = ' || p_ae_line_rec.from_acctd_amount_dr);
1022: arp_standard.debug( 'from_acctd_amount_cr = ' || p_ae_line_rec.from_acctd_amount_cr);
1023: arp_standard.debug( 'ref_account_class = ' || p_ae_line_rec.ref_account_class);
1024: arp_standard.debug( 'activity_bucket = ' || p_ae_line_rec.activity_bucket);
1025: arp_standard.debug( 'ref_dist_ccid = ' || p_ae_line_rec.ref_dist_ccid);
1026: --}

Line 1023: arp_standard.debug( 'ref_account_class = ' || p_ae_line_rec.ref_account_class);

1019: arp_standard.debug( 'from_amount_dr = ' || p_ae_line_rec.from_amount_dr);
1020: arp_standard.debug( 'from_amount_cr = ' || p_ae_line_rec.from_amount_cr);
1021: arp_standard.debug( 'from_acctd_amount_dr = ' || p_ae_line_rec.from_acctd_amount_dr);
1022: arp_standard.debug( 'from_acctd_amount_cr = ' || p_ae_line_rec.from_acctd_amount_cr);
1023: arp_standard.debug( 'ref_account_class = ' || p_ae_line_rec.ref_account_class);
1024: arp_standard.debug( 'activity_bucket = ' || p_ae_line_rec.activity_bucket);
1025: arp_standard.debug( 'ref_dist_ccid = ' || p_ae_line_rec.ref_dist_ccid);
1026: --}
1027:

Line 1024: arp_standard.debug( 'activity_bucket = ' || p_ae_line_rec.activity_bucket);

1020: arp_standard.debug( 'from_amount_cr = ' || p_ae_line_rec.from_amount_cr);
1021: arp_standard.debug( 'from_acctd_amount_dr = ' || p_ae_line_rec.from_acctd_amount_dr);
1022: arp_standard.debug( 'from_acctd_amount_cr = ' || p_ae_line_rec.from_acctd_amount_cr);
1023: arp_standard.debug( 'ref_account_class = ' || p_ae_line_rec.ref_account_class);
1024: arp_standard.debug( 'activity_bucket = ' || p_ae_line_rec.activity_bucket);
1025: arp_standard.debug( 'ref_dist_ccid = ' || p_ae_line_rec.ref_dist_ccid);
1026: --}
1027:
1028: arp_standard.debug('ARP_ACCT_MAIN.Dump_Dist_Amts()-');

Line 1025: arp_standard.debug( 'ref_dist_ccid = ' || p_ae_line_rec.ref_dist_ccid);

1021: arp_standard.debug( 'from_acctd_amount_dr = ' || p_ae_line_rec.from_acctd_amount_dr);
1022: arp_standard.debug( 'from_acctd_amount_cr = ' || p_ae_line_rec.from_acctd_amount_cr);
1023: arp_standard.debug( 'ref_account_class = ' || p_ae_line_rec.ref_account_class);
1024: arp_standard.debug( 'activity_bucket = ' || p_ae_line_rec.activity_bucket);
1025: arp_standard.debug( 'ref_dist_ccid = ' || p_ae_line_rec.ref_dist_ccid);
1026: --}
1027:
1028: arp_standard.debug('ARP_ACCT_MAIN.Dump_Dist_Amts()-');
1029: END IF;

Line 1028: arp_standard.debug('ARP_ACCT_MAIN.Dump_Dist_Amts()-');

1024: arp_standard.debug( 'activity_bucket = ' || p_ae_line_rec.activity_bucket);
1025: arp_standard.debug( 'ref_dist_ccid = ' || p_ae_line_rec.ref_dist_ccid);
1026: --}
1027:
1028: arp_standard.debug('ARP_ACCT_MAIN.Dump_Dist_Amts()-');
1029: END IF;
1030:
1031: EXCEPTION
1032: WHEN OTHERS THEN

Line 1034: arp_standard.debug('EXCEPTION: ARP_ACCT_MAIN.Dump_Dist_Amts');

1030:
1031: EXCEPTION
1032: WHEN OTHERS THEN
1033: IF PG_DEBUG in ('Y', 'C') THEN
1034: arp_standard.debug('EXCEPTION: ARP_ACCT_MAIN.Dump_Dist_Amts');
1035: END IF;
1036: RAISE;
1037:
1038: END Dump_Dist_Amts;

Line 1055: arp_standard.debug('ARP_ACCT_MAIN.Init_Curr_Details(+)');

1051:
1052: BEGIN
1053:
1054: IF PG_DEBUG in ('Y', 'C') THEN
1055: arp_standard.debug('ARP_ACCT_MAIN.Init_Curr_Details(+)');
1056: END IF;
1057:
1058: SELECT sob.set_of_books_id,
1059: sob.chart_of_accounts_id,

Line 1087: arp_standard.debug('ARP_ACCT_MAIN.Init_Curr_Details(-)');

1083: ae_sys_rec.sob_type := 'P';
1084: --}
1085:
1086: IF PG_DEBUG in ('Y', 'C') THEN
1087: arp_standard.debug('ARP_ACCT_MAIN.Init_Curr_Details(-)');
1088: END IF;
1089:
1090: EXCEPTION
1091: WHEN NO_DATA_FOUND THEN

Line 1093: arp_standard.debug('ARP_ACCT_MAIN.Init_Curr_Details - NO_DATA_FOUND' );

1089:
1090: EXCEPTION
1091: WHEN NO_DATA_FOUND THEN
1092: IF PG_DEBUG in ('Y', 'C') THEN
1093: arp_standard.debug('ARP_ACCT_MAIN.Init_Curr_Details - NO_DATA_FOUND' );
1094: END IF;
1095: RAISE;
1096:
1097: WHEN OTHERS THEN

Line 1099: arp_standard.debug('EXCEPTION: ARP_ACCT_MAIN.constructor(-)');

1095: RAISE;
1096:
1097: WHEN OTHERS THEN
1098: IF PG_DEBUG in ('Y', 'C') THEN
1099: arp_standard.debug('EXCEPTION: ARP_ACCT_MAIN.constructor(-)');
1100: arp_standard.debug(SQLERRM);
1101: END IF;
1102: RAISE;
1103:

Line 1100: arp_standard.debug(SQLERRM);

1096:
1097: WHEN OTHERS THEN
1098: IF PG_DEBUG in ('Y', 'C') THEN
1099: arp_standard.debug('EXCEPTION: ARP_ACCT_MAIN.constructor(-)');
1100: arp_standard.debug(SQLERRM);
1101: END IF;
1102: RAISE;
1103:
1104: END Init_Curr_Details;