DBA Data[Home] [Help]

APPS.JMF_SUBCONTRACT_ORDERS_PVT dependencies on JMF_SHIKYU_GRP

Line 633: JMF_SHIKYU_GRP.Get_Shikyu_Attributes

629:
630: -- Check to see if the item has the outsourced_assembly flag turned on
631: -- at the OEM organization.
632:
633: JMF_SHIKYU_GRP.Get_Shikyu_Attributes
634: ( p_api_version => 1.0
635: , p_init_msg_list => l_msg_list
636: , x_return_status => l_return_status
637: , x_msg_count => l_msg_count

Line 677: l_subcontracting_type := JMF_SHIKYU_GRP.get_subcontracting_type

673: );
674: END IF ;
675: END IF ;
676:
677: l_subcontracting_type := JMF_SHIKYU_GRP.get_subcontracting_type
678: (p_oem_org_id => p_organization_id,
679: p_mp_org_id => l_mp_organization_id);
680:
681: IF g_log_enabled THEN

Line 793: JMF_SHIKYU_GRP.Get_Shikyu_Attributes

789: IF x_tp_organization_id IS NULL
790: THEN
791: x_valid_flag := 'N';
792: ELSE
793: JMF_SHIKYU_GRP.Get_Shikyu_Attributes
794: ( p_api_version => 1.0
795: , p_init_msg_list => l_msg_list
796: , x_return_status => l_return_status
797: , x_msg_count => l_msg_count

Line 1087: JMF_SHIKYU_GRP.Get_Shikyu_Attributes

1083: END IF;
1084:
1085: -- Check if the Shikyu component flag is enabled at the OEM orgn
1086:
1087: JMF_SHIKYU_GRP.Get_Shikyu_Attributes
1088: ( p_api_version => 1.0
1089: , p_init_msg_list => l_msg_list
1090: , x_return_status => l_return_status
1091: , x_msg_count => l_msg_count

Line 1104: JMF_SHIKYU_GRP.Get_Shikyu_Attributes

1100: (l_comp_flag IN (1,2))
1101: THEN
1102: -- Check if the Shikyu component flag is enabled at the TP orgn
1103:
1104: JMF_SHIKYU_GRP.Get_Shikyu_Attributes
1105: ( p_api_version => 1.0
1106: , p_init_msg_list => l_msg_list
1107: , x_return_status => l_return_status
1108: , x_msg_count => l_msg_count

Line 1850: JMF_SHIKYU_GRP.Get_Shikyu_Attributes

1846: END IF;
1847: END IF;
1848:
1849: -- Check if component is pre-positioned or sync ship
1850: JMF_SHIKYU_GRP.Get_Shikyu_Attributes
1851: ( p_api_version => 1.0
1852: , p_init_msg_list => l_msg_list
1853: , x_return_status => l_return_status
1854: , x_msg_count => l_msg_count