DBA Data[Home] [Help]

APPS.JMF_SHIKYU_ONT_PVT dependencies on HR_ORGANIZATION_INFORMATION

Line 540: FROM HR_ORGANIZATION_INFORMATION

536:
537: -- Get customer id
538: SELECT TO_NUMBER(org_information1)
539: INTO l_header_rec.sold_to_org_id
540: FROM HR_ORGANIZATION_INFORMATION
541: WHERE organization_id = p_tp_organization_id
542: AND org_information_context = 'Customer/Supplier Association';
543:
544: IF g_log_enabled AND