DBA Data[Home] [Help]

APPS.PO_PDOI_POSTPROC_PVT dependencies on PO_UDA_DEFAULTING_PKG

Line 4166: PO_UDA_DEFAULTING_PKG.SET_EXT_ATTR_NAME_VALUE_PAIR( p_ext_attr_name => 'ORG_ID', --If there is no ext_attr for which

4162: BEGIN
4163:
4164: --This API first sets all ext attr to null then sets the ext_attr_value for the given ext_attr_name
4165: --Call the API for each ext_attr to which you want to assgin value other than null
4166: PO_UDA_DEFAULTING_PKG.SET_EXT_ATTR_NAME_VALUE_PAIR( p_ext_attr_name => 'ORG_ID', --If there is no ext_attr for which
4167: --you want to set the value pass null
4168: p_ext_attr_value => '204', --If there is no ext_attr for which you
4169: --want to set the value pass null
4170: x_external_attr_value_pairs => x_external_attr_value_pairs

Line 4250: PO_UDA_DEFAULTING_PKG.DEFAULTING_NON_RENDERERED_AGS( p_po_header_id => p_po_header_id,

4246: WHERE po_header_id = p_po_header_id
4247: AND Nvl(draft_id,-1) = p_draft_id;
4248:
4249: -- call out the DEFAULTING_NON_RENDERERED_AGS api to default non rendered AGs
4250: PO_UDA_DEFAULTING_PKG.DEFAULTING_NON_RENDERERED_AGS( p_po_header_id => p_po_header_id,
4251: p_draft_id => p_draft_id,
4252: p_doc_type => 'PO',
4253: x_external_attr_value_pairs => x_external_attr_value_pairs,
4254: x_return_status => x_return_status