DBA Data[Home] [Help]

APPS.PN_LEASE_UTILS dependencies on PN_TERM_TEMPLATES_ALL

Line 698: FROM pn_term_templates_all

694:
695: CURSOR c_termtemp
696: IS
697: SELECT term_template_id
698: FROM pn_term_templates_all
699: WHERE active = 'Y'
700: --AND set_of_books_id = 1001
701: AND org_id = p_org_id
702: AND ( (term_template_type = p_termtemp_type)

Line 711: FROM pn_term_templates_all

707:
708: CURSOR c_termtemp_id
709: IS
710: SELECT term_template_id
711: FROM pn_term_templates_all
712: WHERE active = 'Y'
713: --AND set_of_books_id = 1001
714: AND org_id = p_org_id
715: AND ( (term_template_type = p_termtemp_type)