DBA Data[Home] [Help]

APPS.PQH_RBC_RATE_RETRIEVAL dependencies on PAY_ELEMENT_ENTRIES_F

Line 1364: From pay_element_entries_f

1360: p_rate OUT nocopy number) is
1361: --
1362: Cursor csr_entry_details is
1363: Select *
1364: From pay_element_entries_f
1365: Where element_entry_id = p_element_entry_id
1366: and p_effective_date between effective_start_date and effective_end_date;
1367: --
1368: cursor csr_linked_crd (p_element_type_id in number)is