DBA Data[Home] [Help]

APPS.AP_WEB_DFLEX_PKG dependencies on AP_WEB_CUST_DFLEX_PKG

Line 407: AP_WEB_CUST_DFLEX_PKG.CustomPopulateDefault(

403: END IF;
404:
405: -- Get custom values here
406: V_DebugInfo := 'Get custom values here';
407: AP_WEB_CUST_DFLEX_PKG.CustomPopulateDefault(
408: P_ContextValue,
409: P_Segments.segment_name(P_SegIndex), V_DefaultValue);
410:
411: -- If no custom values set, then use defaults

Line 590: AP_WEB_CUST_DFLEX_PKG.CustomPopulatePoplist(

586: ELSIF (V_ValueSetInfo.validation_type = C_ValidIndependent) THEN
587:
588: -- try to populate with custom routines
589: V_DebugInfo := 'Get poplist input values';
590: AP_WEB_CUST_DFLEX_PKG.CustomPopulatePoplist(
591: P_ContextValue,
592: P_Segments.segment_name(P_SegIndex), V_NumOfTableElem,
593: V_PoplistArray);
594:

Line 630: -- Bug Fix 1790945, added AP_WEB_CUST_DFLEX_PKG.CustomPopulatePoplist

626: P_InputObjectType := C_CheckboxInputObject;
627:
628: ELSE
629:
630: -- Bug Fix 1790945, added AP_WEB_CUST_DFLEX_PKG.CustomPopulatePoplist
631: -- and if condition below
632: AP_WEB_CUST_DFLEX_PKG.CustomPopulatePoplist(
633: P_ContextValue,
634: P_Segments.segment_name(P_SegIndex), V_NumOfTableElem,

Line 632: AP_WEB_CUST_DFLEX_PKG.CustomPopulatePoplist(

628: ELSE
629:
630: -- Bug Fix 1790945, added AP_WEB_CUST_DFLEX_PKG.CustomPopulatePoplist
631: -- and if condition below
632: AP_WEB_CUST_DFLEX_PKG.CustomPopulatePoplist(
633: P_ContextValue,
634: P_Segments.segment_name(P_SegIndex), V_NumOfTableElem,
635: V_PoplistArray);
636:

Line 1915: AP_WEB_CUST_DFLEX_PKG.CustomValidateDFlexValues(p_exp_header_info,

1911:
1912: --------------------------------------------------
1913: l_debug_info := 'Calling CustomValidateDFlexValues';
1914: --------------------------------------------------
1915: AP_WEB_CUST_DFLEX_PKG.CustomValidateDFlexValues(p_exp_header_info,
1916: p_exp_line_info,
1917: p_custom_fields_array,
1918: l_dummy_field_rec,
1919: 'LINE',

Line 1945: AP_WEB_CUST_DFLEX_PKG.CustomValidateDFlexValues(p_exp_header_info,

1941: l_debug_info := 'Calling CustomValidateDFlexValues for field ' || to_char(i);
1942: --------------------------------------------------------------------------
1943: l_result_message := NULL;
1944: l_message_type := NULL;
1945: AP_WEB_CUST_DFLEX_PKG.CustomValidateDFlexValues(p_exp_header_info,
1946: p_exp_line_info,
1947: p_custom_fields_array,
1948: p_custom_fields_array(i),
1949: 'FIELD',