DBA Data[Home] [Help]

APPS.LNS_SUBMIT_FOR_APPROVAL_PUB dependencies on LNS_COND_ASSIGNMENTS

Line 677: lns_cond_assignments

673:
674: SELECT
675: count(1) into l_count
676: FROM
677: lns_cond_assignments
678: WHERE
679: loan_id = p_loan_id
680: and mandatory_flag = 'Y'
681: and (condition_met_flag is NULL OR condition_met_flag = 'N')