DBA Data[Home] [Help]

APPS.OKE_AMG_GRP dependencies on OKE_ACTION_VALIDATIONS_PKG

Line 236: p_currency_code := OKE_ACTION_VALIDATIONS_PKG.functional_currency(p_inventory_org_id);

232: End if;
233: Close c_check_currency;
234: else
235: If p_inventory_org_id is not null then
236: p_currency_code := OKE_ACTION_VALIDATIONS_PKG.functional_currency(p_inventory_org_id);
237: end if;
238: End if;
239:
240: If p_unit_number is not null then

Line 656: l_function_currency := OKE_ACTION_VALIDATIONS_PKG.functional_currency(p_ship_to_org_id);

652: p_token3_value =>l_action_name
653: );
654: raise FND_API.G_EXC_ERROR;
655: end if;
656: l_function_currency := OKE_ACTION_VALIDATIONS_PKG.functional_currency(p_ship_to_org_id);
657: Select nvl(p_currency_code,currency_code) into l_currency
658: from oke_deliverables_b
659: where deliverable_id=p_deliverable_id;
660: p_exchange_rate := OKE_ACTION_VALIDATIONS_PKG.exchange_rate(l_currency, l_function_currency, p_exchange_rate_type,p_exchange_rate_date);

Line 660: p_exchange_rate := OKE_ACTION_VALIDATIONS_PKG.exchange_rate(l_currency, l_function_currency, p_exchange_rate_type,p_exchange_rate_date);

656: l_function_currency := OKE_ACTION_VALIDATIONS_PKG.functional_currency(p_ship_to_org_id);
657: Select nvl(p_currency_code,currency_code) into l_currency
658: from oke_deliverables_b
659: where deliverable_id=p_deliverable_id;
660: p_exchange_rate := OKE_ACTION_VALIDATIONS_PKG.exchange_rate(l_currency, l_function_currency, p_exchange_rate_type,p_exchange_rate_date);
661: else
662: p_exchange_rate_date := Null;
663: end if;
664: end if;

Line 1622: If OKE_ACTION_VALIDATIONS_PKG.Validate_Req( P_Action_ID => l_action_id

1618: If p_dlv_action_type =G_REQ and p_dlv_req_action_rec.ready_to_procure_flag='Y' then
1619:
1620:
1621:
1622: If OKE_ACTION_VALIDATIONS_PKG.Validate_Req( P_Action_ID => l_action_id
1623: , P_Deliverable_ID => l_deliverable_id
1624: , P_Task_ID => l_task_id
1625: , P_Ship_From_Org_ID => l_Ship_From_Org_ID
1626: , P_Ship_From_Location_ID => l_Ship_From_loc_ID

Line 1654: If OKE_ACTION_VALIDATIONS_PKG.Validate_Wsh( P_Action_ID => l_action_id

1650: raise FND_API.G_EXC_ERROR ;
1651: end if;
1652: end if;
1653: If p_dlv_action_type =G_SHIP and p_dlv_ship_action_rec.ready_to_ship_flag='Y' then
1654: If OKE_ACTION_VALIDATIONS_PKG.Validate_Wsh( P_Action_ID => l_action_id
1655: , P_Deliverable_ID => l_deliverable_id
1656: , P_Task_ID => l_task_id
1657: , P_Ship_From_Org_ID => l_Ship_From_Org_ID
1658: , P_Ship_From_Location_ID => l_Ship_From_loc_ID

Line 1852: If OKE_ACTION_VALIDATIONS_PKG.Validate_mds(P_Action_ID => l_action_id,

1848: l_deliverable_name := get_dlv_name(l_deliverable_id);
1849: l_project_name := get_project_name(l_project_id);
1850:
1851: If p_dlv_action_type =G_MDS then
1852: If OKE_ACTION_VALIDATIONS_PKG.Validate_mds(P_Action_ID => l_action_id,
1853: P_Deliverable_ID => l_deliverable_id,
1854: P_Task_ID => l_task_id,
1855: P_Ship_From_Org_ID => l_ship_from_org_id,
1856: P_Ship_From_Location_ID=> l_ship_from_Location_id,