DBA Data[Home] [Help]

APPS.PAY_CA_WF_PKG dependencies on PER_ORGANIZATION_UNITS

Line 1393: from per_organization_units

1389: -- Organization
1390: begin
1391: select name
1392: into lv_organization
1393: from per_organization_units
1394: where organization_id = to_number(p_organization)
1395: and business_group_id = p_business_group_id
1396: and fnd_date.canonical_to_date(p_date_earned) between
1397: date_from and nvl(date_to,to_date('31/12/4712','DD/MM/YYYY'));

Line 3529: from per_organization_units

3525: -- Organization
3526: begin
3527: select name
3528: into lv_organization
3529: from per_organization_units
3530: where organization_id = to_number(p_organization)
3531: and business_group_id = p_business_group_id
3532: and fnd_date.canonical_to_date(p_date_earned) between
3533: date_from and nvl(date_to,to_date('31/12/4712','DD/MM/YYYY'));