DBA Data[Home] [Help]

APPS.PON_FORMS_UTIL_PVT dependencies on PON_FORM_SECTION_FIELDS

Line 2667: from pon_form_section_fields ff,

2663: ff.DISPLAY_ON_MAIN_PAGE,
2664: ff.ENABLED,
2665: f.datatype,
2666: f.system_flag
2667: from pon_form_section_fields ff,
2668: pon_fields f
2669: where form_id = p_form_id
2670: and f.field_code(+) = ff.field_code
2671: order by sequence_number;

Line 2828: from pon_form_section_fields ff,

2824: ff.DISPLAY_ON_MAIN_PAGE,
2825: ff.ENABLED,
2826: f.datatype,
2827: f.system_flag
2828: from pon_form_section_fields ff,
2829: pon_fields f
2830: where form_id = p_level1_section_id
2831: and f.field_code(+) = ff.field_code
2832: order by sequence_number;

Line 2959: from pon_form_section_fields ff,

2955: ff.DISPLAY_ON_MAIN_PAGE,
2956: ff.ENABLED,
2957: f.datatype,
2958: f.system_flag
2959: from pon_form_section_fields ff,
2960: pon_fields f
2961: where form_id = p_level2_section_id
2962: and f.field_code(+) = ff.field_code
2963: order by sequence_number;

Line 3042: PON_FORM_SECTION_FIELDS FSF,

3038: CURSOR v_repeating_section_id_cursor is
3039: SELECT
3040: DISTINCT FS.FORM_ID SECTION_ID
3041: FROM
3042: PON_FORM_SECTION_FIELDS FSF,
3043: PON_FORMS_SECTIONS FS
3044: WHERE
3045: FSF.SECTION_ID = FS.FORM_ID
3046: AND