DBA Data[Home] [Help]

APPS.PON_OA_UTIL_PKG dependencies on PON_AUC_DOCTYPE_RULES

Line 31: from pon_auc_doctype_rules r, pon_auc_bizrules biz

27:
28: BEGIN
29: select nvl(r.validity_flag,'N')
30: into g_monitor_rules(doctype.doctype_id)
31: from pon_auc_doctype_rules r, pon_auc_bizrules biz
32: where biz.name = 'USE_AUCTION_MONITOR'
33: and r.bizrule_id = biz.bizrule_id
34: and r.doctype_id = doctype.doctype_id;
35: EXCEPTION WHEN NO_DATA_FOUND THEN

Line 42: from pon_auc_doctype_rules r, pon_auc_bizrules biz

38:
39: BEGIN
40: select decode(nvl(r.fixed_value,'NONE'),'COMMIT','Y','N')
41: into g_offer_rules(doctype.doctype_id)
42: from pon_auc_doctype_rules r, pon_auc_bizrules biz
43: where biz.name = 'AWARD_TYPE'
44: and r.bizrule_id = biz.bizrule_id
45: and r.doctype_id = doctype.doctype_id;
46: EXCEPTION WHEN NO_DATA_FOUND THEN