DBA Data[Home] [Help]

APPS.AR_INVOICE_DEFAULT_PVT dependencies on ARP_AUTO_ACCOUNTING

Line 184: IF ( arp_auto_accounting.query_autoacc_def('REV', 'RA_SALESREPS') = TRUE )

180:
181:
182: -- IF (p_mode <> 'RECEIPTS')
183: -- THEN
184: IF ( arp_auto_accounting.query_autoacc_def('REV', 'RA_SALESREPS') = TRUE )
185: THEN
186: trx_profile_rec.rev_based_on_srep_flag := 'Y';
187: ELSE
188: trx_profile_rec.rev_based_on_srep_flag := 'N';

Line 191: IF ( arp_auto_accounting.query_autoacc_def('ALL', 'RA_SALESREPS') = TRUE )

187: ELSE
188: trx_profile_rec.rev_based_on_srep_flag := 'N';
189: END IF;
190:
191: IF ( arp_auto_accounting.query_autoacc_def('ALL', 'RA_SALESREPS') = TRUE )
192: THEN
193: trx_profile_rec.autoacc_based_on_srep_flag := 'Y';
194: ELSE
195: trx_profile_rec.autoacc_based_on_srep_flag := 'N';

Line 199: arp_auto_accounting.query_autoacc_def('FREIGHT', 'RA_SALESREPS') = TRUE

195: trx_profile_rec.autoacc_based_on_srep_flag := 'N';
196: END IF;
197:
198: IF (
199: arp_auto_accounting.query_autoacc_def('FREIGHT', 'RA_SALESREPS') = TRUE
200: OR arp_auto_accounting.query_autoacc_def('REC', 'RA_SALESREPS') = TRUE
201: )
202: THEN
203: trx_profile_rec.autoacc_based_on_primary_srep := 'Y';

Line 200: OR arp_auto_accounting.query_autoacc_def('REC', 'RA_SALESREPS') = TRUE

196: END IF;
197:
198: IF (
199: arp_auto_accounting.query_autoacc_def('FREIGHT', 'RA_SALESREPS') = TRUE
200: OR arp_auto_accounting.query_autoacc_def('REC', 'RA_SALESREPS') = TRUE
201: )
202: THEN
203: trx_profile_rec.autoacc_based_on_primary_srep := 'Y';
204: ELSE

Line 208: IF ( arp_auto_accounting.query_autoacc_def('REV', 'AGREEMENT/CATEGORY') = TRUE )

204: ELSE
205: trx_profile_rec.autoacc_based_on_primary_srep := 'N';
206: END IF;
207:
208: IF ( arp_auto_accounting.query_autoacc_def('REV', 'AGREEMENT/CATEGORY') = TRUE )
209: THEN
210: trx_profile_rec.autoacc_based_on_agree_cat := 'Y';
211: ELSE
212: trx_profile_rec.autoacc_based_on_agree_cat := 'N';

Line 216: IF ( arp_auto_accounting.query_autoacc_def('ALL', 'RA_CUST_TRX_TYPES') = TRUE )

212: trx_profile_rec.autoacc_based_on_agree_cat := 'N';
213: END IF;
214:
215:
216: IF ( arp_auto_accounting.query_autoacc_def('ALL', 'RA_CUST_TRX_TYPES') = TRUE )
217: THEN
218: trx_profile_rec.autoacc_based_on_type_flag := 'Y';
219: ELSE
220: trx_profile_rec.autoacc_based_on_type_flag := 'N';

Line 223: IF ( arp_auto_accounting.query_autoacc_def('ALL', 'RA_STD_TRX_LINES') = TRUE )

219: ELSE
220: trx_profile_rec.autoacc_based_on_type_flag := 'N';
221: END IF;
222:
223: IF ( arp_auto_accounting.query_autoacc_def('ALL', 'RA_STD_TRX_LINES') = TRUE )
224: THEN
225: trx_profile_rec.autoacc_based_on_item_flag := 'Y';
226: ELSE
227: trx_profile_rec.autoacc_based_on_item_flag := 'N';

Line 230: IF ( arp_auto_accounting.query_autoacc_def('TAX', 'RA_TAXES') = TRUE )

226: ELSE
227: trx_profile_rec.autoacc_based_on_item_flag := 'N';
228: END IF;
229:
230: IF ( arp_auto_accounting.query_autoacc_def('TAX', 'RA_TAXES') = TRUE )
231: THEN
232: trx_profile_rec.autoacc_based_on_tax_code := 'Y';
233: ELSE
234: trx_profile_rec.autoacc_based_on_tax_code := 'N';

Line 237: IF ( arp_auto_accounting.query_autoacc_def('ALL', 'RA_SITE_USES') = TRUE )

233: ELSE
234: trx_profile_rec.autoacc_based_on_tax_code := 'N';
235: END IF;
236:
237: IF ( arp_auto_accounting.query_autoacc_def('ALL', 'RA_SITE_USES') = TRUE )
238: THEN
239: trx_profile_rec.autoacc_based_on_site_flag := 'Y';
240: ELSE
241: trx_profile_rec.autoacc_based_on_site_flag := 'N';