DBA Data[Home] [Help]

APPS.JMF_SUBCONTRACT_ORDERS_PVT dependencies on JMF_SHIKYU_GRP

Line 673: JMF_SHIKYU_GRP.Get_Shikyu_Attributes

669:
670: -- Check to see if the item has the outsourced_assembly flag turned on
671: -- at the OEM organization.
672:
673: JMF_SHIKYU_GRP.Get_Shikyu_Attributes
674: ( p_api_version => 1.0
675: , p_init_msg_list => l_msg_list
676: , x_return_status => l_return_status
677: , x_msg_count => l_msg_count

Line 717: l_subcontracting_type := JMF_SHIKYU_GRP.get_subcontracting_type

713: );
714: END IF ;
715: END IF ;
716:
717: l_subcontracting_type := JMF_SHIKYU_GRP.get_subcontracting_type
718: (p_oem_org_id => p_organization_id,
719: p_mp_org_id => l_mp_organization_id);
720:
721: IF g_log_enabled THEN

Line 833: JMF_SHIKYU_GRP.Get_Shikyu_Attributes

829: IF x_tp_organization_id IS NULL
830: THEN
831: x_valid_flag := 'N';
832: ELSE
833: JMF_SHIKYU_GRP.Get_Shikyu_Attributes
834: ( p_api_version => 1.0
835: , p_init_msg_list => l_msg_list
836: , x_return_status => l_return_status
837: , x_msg_count => l_msg_count

Line 1133: JMF_SHIKYU_GRP.Get_Shikyu_Attributes

1129: END IF;
1130:
1131: -- Check if the Shikyu component flag is enabled at the OEM orgn
1132:
1133: JMF_SHIKYU_GRP.Get_Shikyu_Attributes
1134: ( p_api_version => 1.0
1135: , p_init_msg_list => l_msg_list
1136: , x_return_status => l_return_status
1137: , x_msg_count => l_msg_count

Line 1150: JMF_SHIKYU_GRP.Get_Shikyu_Attributes

1146: (l_comp_flag IN (1,2))
1147: THEN
1148: -- Check if the Shikyu component flag is enabled at the TP orgn
1149:
1150: JMF_SHIKYU_GRP.Get_Shikyu_Attributes
1151: ( p_api_version => 1.0
1152: , p_init_msg_list => l_msg_list
1153: , x_return_status => l_return_status
1154: , x_msg_count => l_msg_count

Line 2030: JMF_SHIKYU_GRP.Get_Shikyu_Attributes

2026: END IF;
2027: END IF;
2028:
2029: -- Check if component is pre-positioned or sync ship
2030: JMF_SHIKYU_GRP.Get_Shikyu_Attributes
2031: ( p_api_version => 1.0
2032: , p_init_msg_list => l_msg_list
2033: , x_return_status => l_return_status
2034: , x_msg_count => l_msg_count