DBA Data[Home] [Help]

APPS.PSB_PAY_ELEMENTS_PVT dependencies on PSB_SET_RELATIONS

Line 904: -- Checking the Psb_set_relations table for references.

900: --
901: p_return_status := FND_API.G_RET_STS_SUCCESS ;
902: --
903:
904: -- Checking the Psb_set_relations table for references.
905: OPEN c;
906: FETCH c INTO l_tmp;
907: --
908: -- p_Return_Value tells whether references exist or not.

Line 1165: FROM psb_set_relations rels, psb_account_position_sets aps

1161: CURSOR l_position_sets_csr is
1162: SELECT aps.name,
1163: effective_start_date,
1164: effective_end_date
1165: FROM psb_set_relations rels, psb_account_position_sets aps
1166: WHERE rels.account_position_set_id = aps.account_position_set_id
1167: AND aps.data_extract_id = p_source_data_extract_id
1168: AND rels.position_set_group_id = l_source_set_group_id;
1169: