DBA Data[Home] [Help]

APPS.JTY_CUST_QUAL_PKG dependencies on JTY_MISC_UTILS_PKG

Line 502: JTY_MISC_UTILS_PKG.alter_qual_denorm_tables (

498: p_between_flag);
499:
500: /* if the qualifier is enabled , then add the columns to the denorm tables */
501: IF (p_enabled_flag = 'Y') THEN
502: JTY_MISC_UTILS_PKG.alter_qual_denorm_tables (
503: x_success_flag => l_success_flag,
504: x_err_code => l_error_code,
505: p_qual_usg_id => p_seeded_qual_id,
506: p_comp_op_col => p_comparison_operator,