DBA Data[Home] [Help]

APPS.OKE_AMG_GRP dependencies on OKE_DELIVERABLE_ACTIONS_PKG

Line 1169: OKE_DELIVERABLE_ACTIONS_PKG.delete_deliverable(p_dlv_rec.pa_deliverable_id);

1165: if p_action = G_DEL then
1166: if p_dlv_rec.pa_deliverable_id is null then
1167: raise FND_API.G_EXC_UNEXPECTED_ERROR;
1168: end if;
1169: OKE_DELIVERABLE_ACTIONS_PKG.delete_deliverable(p_dlv_rec.pa_deliverable_id);
1170: end if;
1171: If fnd_api.to_boolean( p_commit ) then
1172: commit work;
1173: end if;

Line 1374: OKE_DELIVERABLE_ACTIONS_PKG.Delete_action(l_pa_action_id);

1370: close c_get_action_status;
1371:
1372: If p_action = G_DEL then
1373: If OKE_DELIVERABLE_UTILS_PUB.Action_Deletable_Yn(l_pa_action_id)='Y' then
1374: OKE_DELIVERABLE_ACTIONS_PKG.Delete_action(l_pa_action_id);
1375: else
1376: oke_api.set_message(p_msg_name =>'OKE_DLV_ACTION_INITIATED',
1377: p_token1 =>'PROJECT_NAME',
1378: p_token1_value =>l_project_name,

Line 1864: OKE_DELIVERABLE_ACTIONS_PKG.Create_Demand( P_Action_ID => l_action_id,

1860: P_Expected_Date => l_expected_date,
1861: P_quantity => l_quantity,
1862: P_uom_code => l_uom_code)='Y' then
1863:
1864: OKE_DELIVERABLE_ACTIONS_PKG.Create_Demand( P_Action_ID => l_action_id,
1865: P_Init_Msg_List => fnd_api.g_false,
1866: X_ID => l_out_id,
1867: X_Return_Status => x_return_status,
1868: X_Msg_Count => x_msg_count,

Line 1882: OKE_DELIVERABLE_ACTIONS_PKG.Create_Requisition( P_Action_ID => l_action_id,

1878:
1879: end if;
1880: If p_dlv_action_type =G_REQ then
1881: If l_ready_flag='Y' then
1882: OKE_DELIVERABLE_ACTIONS_PKG.Create_Requisition( P_Action_ID => l_action_id,
1883: P_Init_Msg_List => fnd_api.g_false,
1884: X_ID => l_out_id,
1885: X_Return_Status => x_return_status,
1886: X_Msg_Count => x_msg_count,

Line 1907: OKE_DELIVERABLE_ACTIONS_PKG.create_Shipment( P_Action_ID => l_action_id,

1903: end if;
1904: end if;
1905: If p_dlv_action_type =G_SHIP then
1906: If l_ready_flag='Y' then
1907: OKE_DELIVERABLE_ACTIONS_PKG.create_Shipment( P_Action_ID => l_action_id,
1908: P_Init_Msg_List => fnd_api.g_false,
1909: X_ID => l_out_id,
1910: X_Return_Status => x_return_status,
1911: X_Msg_Count => x_msg_count,