DBA Data[Home] [Help]

APPS.PER_ASSIGNMENTS_F2_PKG dependencies on PAY_LEGISLATIVE_FIELD_INFO

Line 394: from pay_legislative_field_info

390: and id_flex_code = 'SCL';
391: --
392: cursor terms is
393: select rule_mode
394: from pay_legislative_field_info
395: where legislation_code = P_LEG_CODE
396: and rule_type = 'TERMS'
397: and rule_mode = 'Y';
398: --