DBA Data[Home] [Help]

APPS.PON_AUCTION_INTERFACE_PKG dependencies on POS_ENTERPRISE_UTIL_PKG

Line 255: pos_enterprise_util_pkg.get_enterprise_partyId(v_site_id, P_ERROR_CODE, P_ERROR_MESSAGE);

251: IF (P_DOCUMENT_NUMBER IS NULL) THEN
252: logme(l_log_module, 'creating new doc');
253: -- Get site ID for the enterprise
254: v_debug_status := 'SITE_ID';
255: pos_enterprise_util_pkg.get_enterprise_partyId(v_site_id, P_ERROR_CODE, P_ERROR_MESSAGE);
256: IF (P_ERROR_CODE IS NOT NULL OR v_site_id IS NULL) THEN
257: P_RESULT := error;
258: P_ERROR_CODE := 'CREATE_DRAFT:GET_ENTERPRISE_ID';
259: P_ERROR_MESSAGE := 'Could not get the Enterprise ID';

Line 265: pos_enterprise_util_pkg.get_enterprise_party_name(v_site_name, P_ERROR_CODE, P_ERROR_MESSAGE);

261: RETURN;
262: END IF;
263: -- Get site name for the enterprise
264: v_debug_status := 'SITE_NAME';
265: pos_enterprise_util_pkg.get_enterprise_party_name(v_site_name, P_ERROR_CODE, P_ERROR_MESSAGE);
266: IF (P_ERROR_CODE IS NOT NULL) THEN
267: P_RESULT := error;
268: P_ERROR_CODE := 'CREATE_DRAFT:GET_ENTERPRISE_NAME';
269: P_ERROR_MESSAGE := 'Could not get the Enterprise Name';

Line 1471: pos_enterprise_util_pkg.get_enterprise_partyId(v_site_id, P_ERROR_CODE, P_ERROR_MESSAGE);

1467: -- Find the UOM Code
1468: -- Get site ID for the enterprise
1469: v_debug_status := 'SITE_ID';
1470: logme(l_log_module, v_debug_status);
1471: pos_enterprise_util_pkg.get_enterprise_partyId(v_site_id, P_ERROR_CODE, P_ERROR_MESSAGE);
1472: IF (v_site_id IS NULL OR P_ERROR_CODE IS NOT NULL) THEN
1473: P_RESULT := error;
1474: P_ERROR_CODE := 'ADD_NEG_LINE:GET_ENTERPRISE_ID';
1475: P_ERROR_MESSAGE := 'Could not get the Enterprise ID';