DBA Data[Home] [Help]

APPS.PAY_US_WEB_W4 dependencies on FND_COMMON_LOOKUPS

Line 1502: from fnd_common_lookups fcl

1498:
1499: hr_utility.trace('After END IF');
1500:
1501: select fcl.meaning Meaning into transaction_value_fs
1502: from fnd_common_lookups fcl
1503: where fcl.lookup_type = 'US_FIT_FILING_STATUS'
1504: and fcl.lookup_code = p_filing_status_code ;
1505:
1506: hr_transaction_api.set_varchar2_value (

Line 1527: from fnd_common_lookups fcl

1523: ,p_name => 'P_ORG_FS_CODE'
1524: ,p_value => p_original_fs ) ;
1525:
1526: select fcl.meaning Meaning into transaction_value_fs
1527: from fnd_common_lookups fcl
1528: where fcl.lookup_type = 'US_FIT_FILING_STATUS'
1529: and fcl.lookup_code = p_original_fs ;
1530: hr_utility.trace('transaction_step_id = ' || l_transaction_step_id);
1531: hr_transaction_api.set_varchar2_value (