DBA Data[Home] [Help]

APPS.PO_CORE_S dependencies on JMF_SHIKYU_GRP

Line 7887: -- JMF_SHIKYU_GRP.Validate_Osa_Flag procedure.

7883: --Modifies: None.
7884: --Locks: None.
7885: --Function:
7886: -- This function returns OUTSOURCED_ASSEMBLY value by calling the
7887: -- JMF_SHIKYU_GRP.Validate_Osa_Flag procedure.
7888: -- OUTSOURCED_ASSEMBLY will be either 1 (SHIKYU) or 2 (NON-SHIKYU).
7889: --IN: p_item_id
7890: -- This contains unique item identifier.
7891: --IN: p_ship_to_org_id

Line 7899: -- JMF_SHIKYU_GRP.Validate_Osa_Flag procedure.

7895: --Returns: The function returns OUTSOURCED_ASSEMBLY.
7896: --Notes:
7897: -- The algorithm of the function is as follows :
7898: -- Returns OUTSOURCED_ASSEMBLY for a given item_id and ship_to_org_id by calling
7899: -- JMF_SHIKYU_GRP.Validate_Osa_Flag procedure.
7900: --Testing:
7901: --
7902: --End of Comments
7903: -------------------------------------------------------------------------------

Line 7925: JMF_SHIKYU_GRP.Validate_Osa_Flag(

7921: l_outsourced_assembly := 2;
7922:
7923: ELSE
7924:
7925: JMF_SHIKYU_GRP.Validate_Osa_Flag(
7926: p_api_version => 1.0,
7927: p_init_msg_list => FND_API.G_FALSE,
7928: x_return_status => l_return_status,
7929: x_msg_count => l_msg_count,