DBA Data[Home] [Help]

APPS.PO_CORE_S dependencies on JMF_SHIKYU_GRP

Line 7679: -- JMF_SHIKYU_GRP.Validate_Osa_Flag procedure.

7675: --Modifies: None.
7676: --Locks: None.
7677: --Function:
7678: -- This function returns OUTSOURCED_ASSEMBLY value by calling the
7679: -- JMF_SHIKYU_GRP.Validate_Osa_Flag procedure.
7680: -- OUTSOURCED_ASSEMBLY will be either 1 (SHIKYU) or 2 (NON-SHIKYU).
7681: --IN: p_item_id
7682: -- This contains unique item identifier.
7683: --IN: p_ship_to_org_id

Line 7691: -- JMF_SHIKYU_GRP.Validate_Osa_Flag procedure.

7687: --Returns: The function returns OUTSOURCED_ASSEMBLY.
7688: --Notes:
7689: -- The algorithm of the function is as follows :
7690: -- Returns OUTSOURCED_ASSEMBLY for a given item_id and ship_to_org_id by calling
7691: -- JMF_SHIKYU_GRP.Validate_Osa_Flag procedure.
7692: --Testing:
7693: --
7694: --End of Comments
7695: -------------------------------------------------------------------------------

Line 7717: JMF_SHIKYU_GRP.Validate_Osa_Flag(

7713: l_outsourced_assembly := 2;
7714:
7715: ELSE
7716:
7717: JMF_SHIKYU_GRP.Validate_Osa_Flag(
7718: p_api_version => 1.0,
7719: p_init_msg_list => FND_API.G_FALSE,
7720: x_return_status => l_return_status,
7721: x_msg_count => l_msg_count,