DBA Data[Home] [Help]

APPS.PQP_EXPREPLOD_PKG dependencies on PQP_EXCEPTION_REPORT_GROUPS

Line 367: FROM pqp_exception_report_groups perg,

363: per.variance_value,
364: per.variance_operator,
365: per.comparison_type,
366: per.comparison_value
367: FROM pqp_exception_report_groups perg,
368: pqp_exception_reports per
369: WHERE exception_group_name=(SELECT exception_group_name from
370: pqp_exception_report_groups
371: where exception_group_id=to_number(p_group_id))

Line 370: pqp_exception_report_groups

366: per.comparison_value
367: FROM pqp_exception_report_groups perg,
368: pqp_exception_reports per
369: WHERE exception_group_name=(SELECT exception_group_name from
370: pqp_exception_report_groups
371: where exception_group_id=to_number(p_group_id))
372: AND ( perg.business_group_id =p_business_group_id
373: OR perg.business_group_id IS NULL)
374: AND ( per.business_group_id =p_business_group_id