DBA Data[Home] [Help]

APPS.ARP_CALCULATE_DISCOUNT dependencies on DUAL

Line 402: FROM dual;

398: calculate the discount correctly*/
399:
400: SELECT arp_standard.sysparm.partial_discount_flag
401: INTO l_sys_disc_partial_pay_flag
402: FROM dual;
403:
404: /*--------------------------------------------------------------------+
405: |Bug 2334691 - If partial discount flag in system option is 'N' then |
406: |l_disc_rec.disc_partial_pmt_flag= 'N' , if discount flag is 'Y' on |

Line 1479: FROM dual;

1475: l_unearned_discount_taken := 0;
1476:
1477: SELECT arp_standard.sysparm.partial_discount_flag
1478: INTO l_sys_disc_partial_pay_flag
1479: FROM dual;
1480:
1481: /*--------------------------------------------------------------------+
1482: |Bug 2334691 - If partial discount flag in system option is 'N' then |
1483: |l_disc_rec.disc_partial_pmt_flag= 'N' , if discount flag is 'Y' on |