DBA Data[Home] [Help]

APPS.PAY_JP_DBI_PKG dependencies on PAY_USER_COLUMNS

Line 51: from pay_user_columns b,

47: --
48: cursor csr_col(p_user_table_id in number) is
49: select b.user_column_name,
50: tl.user_column_name tl_user_column_name
51: from pay_user_columns b,
52: pay_user_columns_tl tl
53: where b.user_table_id = p_user_table_id
54: and b.legislation_code = 'JP'
55: and b.business_group_id is null

Line 52: pay_user_columns_tl tl

48: cursor csr_col(p_user_table_id in number) is
49: select b.user_column_name,
50: tl.user_column_name tl_user_column_name
51: from pay_user_columns b,
52: pay_user_columns_tl tl
53: where b.user_table_id = p_user_table_id
54: and b.legislation_code = 'JP'
55: and b.business_group_id is null
56: and tl.user_column_id = b.user_column_id