DBA Data[Home] [Help]

APPS.PAY_US_WEB_W4 dependencies on FND_COMMON_LOOKUPS

Line 1361: from fnd_common_lookups fcl

1357:
1358: hr_utility.trace('After END IF');
1359:
1360: select fcl.meaning Meaning into transaction_value_fs
1361: from fnd_common_lookups fcl
1362: where fcl.lookup_type = 'US_FIT_FILING_STATUS'
1363: and fcl.lookup_code = p_filing_status_code ;
1364:
1365: hr_transaction_api.set_varchar2_value (

Line 1386: from fnd_common_lookups fcl

1382: ,p_name => 'P_ORG_FS_CODE'
1383: ,p_value => p_original_fs ) ;
1384:
1385: select fcl.meaning Meaning into transaction_value_fs
1386: from fnd_common_lookups fcl
1387: where fcl.lookup_type = 'US_FIT_FILING_STATUS'
1388: and fcl.lookup_code = p_original_fs ;
1389: hr_utility.trace('transaction_step_id = ' || l_transaction_step_id);
1390: hr_transaction_api.set_varchar2_value (