DBA Data[Home] [Help]

APPS.AP_WEB_CUST_DFLEX_PKG dependencies on AP_WEB_UTILITIES_PKG

Line 74: p_message_array IN OUT NOCOPY AP_WEB_UTILITIES_PKG.expError);

70: PROCEDURE CustomValidateLine(
71: p_exp_header_info IN AP_WEB_DFLEX_PKG.ExpReportHeaderRec,
72: p_exp_line_info IN AP_WEB_DFLEX_PKG.ExpReportLineRec,
73: p_custom_fields_array IN AP_WEB_DFLEX_PKG.CustomFields_A,
74: p_message_array IN OUT NOCOPY AP_WEB_UTILITIES_PKG.expError);
75:
76: -- Bug: 7365109, Custom Validate the address style
77: FUNCTION CustomGetCountyProvince(
78: p_addressstyle IN per_addresses.style%TYPE,