DBA Data[Home] [Help]

APPS.PAY_ORG_PAYMENT_METHODS_PKG dependencies on HR_ALL_ORGANIZATION_UNITS

Line 1139: FROM hr_all_organization_units org

1135: AND p_effective_date BETWEEN per.effective_start_date
1136: AND per.effective_end_date;
1137: CURSOR c_org IS
1138: SELECT org.name
1139: FROM hr_all_organization_units org
1140: WHERE org.organization_id = p_payee_id;
1141: --
1142: l_payee_name per_people_f.full_name%TYPE;
1143: begin