DBA Data[Home] [Help]

APPS.PO_DOC_NUMBERING_PKG dependencies on PO_CORE_S

Line 4921: Nvl(po_core_s.Retrieveoptionvalue(org_id,

4917:
4918: x_appr_ser_num := LPad(l_num+1,5,'0'); --Bug 13906383 - approved modification document to have 5 digit serial number
4919: --UCA Project CLM R4 Changes Begin.
4920: SELECT
4921: Nvl(po_core_s.Retrieveoptionvalue(org_id,
4922: po_core_s.g_undef_cont_act_col),
4923: 'N')
4924: INTO l_isUCAEnabled
4925: FROM po_headers_merge_v

Line 4922: po_core_s.g_undef_cont_act_col),

4918: x_appr_ser_num := LPad(l_num+1,5,'0'); --Bug 13906383 - approved modification document to have 5 digit serial number
4919: --UCA Project CLM R4 Changes Begin.
4920: SELECT
4921: Nvl(po_core_s.Retrieveoptionvalue(org_id,
4922: po_core_s.g_undef_cont_act_col),
4923: 'N')
4924: INTO l_isUCAEnabled
4925: FROM po_headers_merge_v
4926: WHERE po_header_id = p_po_header_id