DBA Data[Home] [Help]

APPS.PAY_NL_TAXOFFICE_ARCHIVE dependencies on PAY_USER_COLUMNS

Line 3352: FROM pay_user_columns puc,

3348: BEGIN
3349:
3350: SELECT puc.user_column_id
3351: INTO vBalColId
3352: FROM pay_user_columns puc,
3353: pay_user_tables put
3354: WHERE put.user_table_name='NL_ATS_USER_BALANCES'
3355: and put.legislation_code='NL'
3356: and put.user_table_id=puc.user_table_id

Line 3373: FROM pay_user_columns puc,

3369: BEGIN
3370:
3371: SELECT puc.user_column_id
3372: INTO vTagColId
3373: FROM pay_user_columns puc,
3374: pay_user_tables put
3375: WHERE put.user_table_name='NL_ATS_USER_BALANCES'
3376: and put.legislation_code='NL'
3377: and put.user_table_id=puc.user_table_id