DBA Data[Home] [Help]

APPS.PSB_COPY_DATA_EXTRACT_PVT dependencies on PSB_SET_RELATIONS

Line 807: from psb_set_relations rels, psb_account_position_sets aps

803: Cursor C_Position_Sets is
804: Select aps.name,
805: effective_start_date,
806: effective_end_date
807: from psb_set_relations rels, psb_account_position_sets aps
808: where rels.account_position_set_id = aps.account_position_set_id
809: and aps.data_extract_id = p_src_data_extract_id
810: and rels.default_rule_id = l_src_default_rule_id;
811: