DBA Data[Home] [Help]

APPS.AR_BFB_UTILS_PVT dependencies on RA_TERMS_LINES

Line 123: from ra_terms_lines

119: due_months_forward
120: into dued,
121: duedom,
122: duemf
123: from ra_terms_lines
124: where term_id = p_payment_term_id;
125:
126: if dued is not null then
127: due_date := p_billing_date + dued;