DBA Data[Home] [Help]

APPS.IGI_ITR_PREP_APPRV_PKG dependencies on IGI_ITR_CHARGE_LINES

Line 89: FROM IGI_ITR_CHARGE_LINES ITRL

85: -- get the amount of the service line and populate the cross charge
86: -- approval amount.
87: SELECT abs(nvl(ITRL.entered_dr,0) - nvl(ITRL.entered_cr,0))
88: INTO l_cc_approval_amt
89: FROM IGI_ITR_CHARGE_LINES ITRL
90: WHERE ITRL.it_header_id = p_cc_id
91: AND ITRL.it_line_num = p_cc_line_num;
92:
93: diagn_msg(l_state_level,'can_preparer_approve','l_cc_approval_amt ='||l_cc_approval_amt);