DBA Data[Home] [Help]

APPS.PQH_TAT_SHD dependencies on PQH_TEMPLATE_ATTRIBUTES_S

Line 373: (p_required_flag, p_view_flag, p_edit_flag, pqh_template_attributes_s.nextval, l_attribute_id,

369: (required_flag, view_flag, edit_flag, template_attribute_id, attribute_id,
370: template_id, object_version_number, last_update_date, last_updated_by, last_update_login,
371: created_by, creation_date)
372: values
373: (p_required_flag, p_view_flag, p_edit_flag, pqh_template_attributes_s.nextval, l_attribute_id,
374: l_template_id, 1, l_last_update_date, l_last_updated_by, l_last_update_login,
375: l_created_by, l_creation_date);
376: --
377: end if;