DBA Data[Home] [Help]

APPS.PAY_NL_TAXOFFICE_ARCHIVE dependencies on PAY_USER_COLUMNS

Line 3318: FROM pay_user_columns puc,

3314: BEGIN
3315:
3316: SELECT puc.user_column_id
3317: INTO vBalColId
3318: FROM pay_user_columns puc,
3319: pay_user_tables put
3320: WHERE put.user_table_name='NL_ATS_USER_BALANCES'
3321: and put.legislation_code='NL'
3322: and put.user_table_id=puc.user_table_id

Line 3339: FROM pay_user_columns puc,

3335: BEGIN
3336:
3337: SELECT puc.user_column_id
3338: INTO vTagColId
3339: FROM pay_user_columns puc,
3340: pay_user_tables put
3341: WHERE put.user_table_name='NL_ATS_USER_BALANCES'
3342: and put.legislation_code='NL'
3343: and put.user_table_id=puc.user_table_id