DBA Data[Home] [Help]

APPS.PSB_COPY_DATA_EXTRACT_PVT dependencies on PSB_ACCOUNT_POSITION_SETS

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:

Line 881: from psb_account_position_sets

877: where allocation_rule_id = l_src_entity_id;
878:
879: Cursor C_Account_Sets is
880: Select account_position_set_id
881: from psb_account_position_sets
882: where name = l_set_name
883: and data_extract_id = p_data_extract_id;
884:
885: /* Start bug no 1308558 */