DBA Data[Home] [Help]

APPS.PAY_JP_DBI_PKG dependencies on PAY_USER_COLUMNS

Line 46: from pay_user_columns b,

42: --
43: cursor csr_col(p_user_table_id in number) is
44: select b.user_column_name,
45: tl.user_column_name tl_user_column_name
46: from pay_user_columns b,
47: pay_user_columns_tl tl
48: where b.user_table_id = p_user_table_id
49: and b.legislation_code = 'JP'
50: and b.business_group_id is null

Line 47: pay_user_columns_tl tl

43: cursor csr_col(p_user_table_id in number) is
44: select b.user_column_name,
45: tl.user_column_name tl_user_column_name
46: from pay_user_columns b,
47: pay_user_columns_tl tl
48: where b.user_table_id = p_user_table_id
49: and b.legislation_code = 'JP'
50: and b.business_group_id is null
51: and tl.user_column_id = b.user_column_id