DBA Data[Home] [Help]

APPS.PAY_CA_WF_PKG dependencies on PAY_CA_PMED_ACCOUNTS

Line 1474: pay_ca_pmed_accounts pcp

1470: select pcp.account_number
1471: into lv_account_number
1472: from hr_organization_information hoi1,
1473: hr_organization_information hoi2,
1474: pay_ca_pmed_accounts pcp
1475: where hoi1.org_information_context = 'CLASS'
1476: and hoi1.org_information1 = 'CA_PMED'
1477: and hoi1.org_information2 = 'Y'
1478: and hoi1.organization_id = hoi2.organization_id

Line 3610: pay_ca_pmed_accounts pcp

3606: select pcp.account_number
3607: into lv_account_number
3608: from hr_organization_information hoi1,
3609: hr_organization_information hoi2,
3610: pay_ca_pmed_accounts pcp
3611: where hoi1.org_information_context = 'CLASS'
3612: and hoi1.org_information1 = 'CA_PMED'
3613: and hoi1.org_information2 = 'Y'
3614: and hoi1.organization_id = hoi2.organization_id