DBA Data[Home] [Help]

APPS.PAY_WCI_RATES_API dependencies on PAY_WCI_ACCOUNTS

Line 30: from pay_wci_accounts

26: l_business_group_id number;
27: --
28: cursor csr_business_group_id is
29: select business_group_id
30: from pay_wci_accounts
31: where account_id = p_account_id;
32:
33: begin
34: