DBA Data[Home] [Help]

APPS.PO_COPYDOC_S1 dependencies on PO_CORE_S

Line 3853: IF(NOT PO_CORE_S.Check_Doc_Number_Unique(x_new_segment1,

3849: d_pos := 20;
3850: --Check if the PO Number Provided by the user is unique
3851: IF (x_new_segment1 IS NOT NULL) THEN
3852: d_pos := 25;
3853: IF(NOT PO_CORE_S.Check_Doc_Number_Unique(x_new_segment1,
3854: l_doc_org_id,
3855: l_type_lookup_code)) THEN
3856: x_errmsg_code := 'PO_ALL_ENTER_UNIQUE_VAL';
3857: IF PO_LOG.d_exc THEN

Line 3893: x_copy_attachments => PO_CORE_S.flag_to_boolean(p_copy_attachment),

3889: copy_document (
3890: x_action_code => 'PO',
3891: x_to_doc_subtype => l_type_lookup_code,
3892: x_to_global_flag => l_global_agreement_flag,
3893: x_copy_attachments => PO_CORE_S.flag_to_boolean(p_copy_attachment),
3894: x_copy_price => PO_CORE_S.flag_to_boolean('N'),
3895: x_from_po_header_id => p_po_header_id,
3896: x_to_po_header_id => x_new_po_header_id,
3897: x_online_report_id => l_online_report_id,

Line 3894: x_copy_price => PO_CORE_S.flag_to_boolean('N'),

3890: x_action_code => 'PO',
3891: x_to_doc_subtype => l_type_lookup_code,
3892: x_to_global_flag => l_global_agreement_flag,
3893: x_copy_attachments => PO_CORE_S.flag_to_boolean(p_copy_attachment),
3894: x_copy_price => PO_CORE_S.flag_to_boolean('N'),
3895: x_from_po_header_id => p_po_header_id,
3896: x_to_po_header_id => x_new_po_header_id,
3897: x_online_report_id => l_online_report_id,
3898: x_to_segment1 => x_new_segment1,

Line 3902: x_wip_install_status => PO_CORE_S.get_product_install_status('WIP'),

3898: x_to_segment1 => x_new_segment1,
3899: x_agent_id => fnd_global.employee_id,
3900: x_sob_id => l_sob_id,
3901: x_inv_org_id => l_inv_org_id,
3902: x_wip_install_status => PO_CORE_S.get_product_install_status('WIP'),
3903: x_return_code => l_return_code,
3904: x_copy_terms => p_copy_terms,
3905: p_api_commit => FALSE); --Do not Commit
3906: