DBA Data[Home] [Help]

APPS.PQP_US_SRS_EXTRACTS dependencies on PQP_EXTRACT_ATTRIBUTES

Line 873: From pqp_extract_attributes eat

869:
870: Cursor csr_extract_attributes Is
871: Select eat.ext_dfn_type
872: ,eat.ext_dfn_id
873: From pqp_extract_attributes eat
874: Where eat.ext_dfn_id = ben_ext_thread.g_ext_dfn_id;
875:
876: Cursor csr_chk_person ( c_person_id In per_all_people_f.person_id%TYPE
877: ,c_effective_date In Date ) Is