DBA Data[Home] [Help]

APPS.PO_APPROVAL_LIST_WF1S dependencies on POR_IFT_INFO_PKG

Line 2884: -- This procedure calls por_ift_info_pkg package

2880:
2881: END Update_App_List_Resp_Success;
2882:
2883: -- Create Attachment from Information Template
2884: -- This procedure calls por_ift_info_pkg package
2885: -- to create attachments from information template
2886: --
2887: procedure Create_Attach_Info_Temp(itemtype in varchar2,
2888: itemkey in varchar2,

Line 2931: por_ift_info_pkg.add_info_template_attachment(l_req_header_id, 33, l_preparer_language);

2927: aname => 'PREPARER_LANGUAGE');
2928:
2929: l_progress := '001';
2930:
2931: por_ift_info_pkg.add_info_template_attachment(l_req_header_id, 33, l_preparer_language);
2932:
2933: l_progress := '002';
2934:
2935: resultout:='COMPLETE' || ':' || 'ACTIVITY_PERFORMED';