DBA Data[Home] [Help]

APPS.AP_WEB_OA_ACTIVE_PKG dependencies on WF_ENGINE

Line 44: WF_ENGINE.GetItemAttrText(C_APEXP, TO_CHAR(p_report_header_id), p_attribute_name);

40: END IF;
41:
42: -- update Cache
43: gan_old_approver_name :=
44: WF_ENGINE.GetItemAttrText(C_APEXP, TO_CHAR(p_report_header_id), p_attribute_name);
45: gan_old_report_header_id := p_report_header_id;
46: gan_old_attribute_name := p_attribute_name;
47:
48: RETURN gan_old_approver_name;