DBA Data[Home] [Help]

APPS.PN_INDEX_RENT_UTILS dependencies on PN_TERM_TEMPLATES_ALL

Line 895: FROM pn_term_templates_all

891:
892: CURSOR c_termtemp
893: IS
894: SELECT term_template_id
895: FROM pn_term_templates_all
896: WHERE active = 'Y'
897: --AND set_of_books_id = 1001 -- change it
898: AND org_id = p_org_id
899: AND ( (term_template_type = p_termtemp_type)

Line 908: FROM pn_term_templates_all

904:
905: CURSOR c_termtemp_id
906: IS
907: SELECT term_template_id
908: FROM pn_term_templates_all
909: WHERE active = 'Y'
910: --AND set_of_books_id = 1001 -- change it
911: AND org_id = p_org_id
912: AND ( (term_template_type = p_termtemp_type)