DBA Data[Home] [Help]

APPS.PN_INDEX_LEASE_COMMON_PKG dependencies on PN_INDEX_EXCLUDE_TERM_ALL

Line 1350: FROM pn_index_exclude_term_all

1346: IS
1347: BEGIN
1348: SELECT 'N' ,index_exclude_term_id
1349: INTO p_exclude_flag,p_index_exclude_term_id
1350: FROM pn_index_exclude_term_all
1351: WHERE index_lease_id=p_index_lease_id
1352: AND payment_term_id=p_payment_term_id;
1353:
1354: EXCEPTION