DBA Data[Home] [Help]

APPS.PON_SOURCING_OPENAPI_GRP dependencies on PON_COPY_UDAS_GRP

Line 1004: pon_copy_udas_grp.copy_uda_data(

1000: select uda_template_id into l_src_template_id from po_headers_all where po_header_id = g_header_rec.source_doc_id;
1001: l_src_pkey := GET_PKEY(g_header_rec.source_doc_id,-1);
1002: l_tar_pkey := GET_PKEY(x_document_number);
1003:
1004: pon_copy_udas_grp.copy_uda_data(
1005: l_src_pkey,
1006: l_tar_pkey,
1007: l_src_template_id,
1008: l_uda_template_id,

Line 1539: pon_copy_udas_grp.copy_uda_data(

1535:
1536: l_src_pkey := GET_PKEY(l_poline_id,-1);
1537: l_tar_pkey := GET_PKEY(x_document_number,l_lineno_list(i));
1538:
1539: pon_copy_udas_grp.copy_uda_data(
1540: l_src_pkey,
1541: l_tar_pkey,
1542: l_src_template_id,
1543: l_line_uda_temp_id,

Line 1602: pon_copy_udas_grp.copy_uda_data(

1598: end if;
1599: l_src_pkey := GET_PKEY(l_lineloc_list(j),-1);
1600: l_tar_pkey := GET_PKEY(x_document_number,l_lineno_list(i));
1601:
1602: pon_copy_udas_grp.copy_uda_data(
1603: l_src_pkey,
1604: l_tar_pkey,
1605: l_shp_template_id,
1606: l_line_uda_temp_id,