DBA Data[Home] [Help]

APPS.HXC_HPH_UPLOAD_PKG dependencies on HXC_LAYOUTS

Line 127: FROM hxc_layouts

123: WHERE aps.name = p_attribute;
124:
125: CURSOR csr_get_layout_id IS
126: SELECT layout_id
127: FROM hxc_layouts
128: WHERE layout_name = p_attribute;
129:
130: CURSOR csr_get_date_format IS
131: SELECT egc.attribute1

Line 469: FROM hxc_layouts

465: WHERE approval_period_set_id = TO_NUMBER(p_attribute);
466:
467: CURSOR csr_get_layout IS
468: SELECT layout_name
469: FROM hxc_layouts
470: WHERE layout_id = TO_NUMBER(p_attribute);
471:
472: CURSOR csr_get_date_format IS
473: SELECT egc.attribute2