DBA Data[Home] [Help]

APPS.AR_INVOICE_DEFAULT_PVT dependencies on ARP_AUTO_ACCOUNTING

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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