DBA Data[Home] [Help]

APPS.PA_ACTIONS_PVT dependencies on OKE_DELIVERABLE_UTILS_PUB

Line 982: -- OKE_DELIVERABLE_UTILS_PUB.DELETE_ACTION

978: -- removed oke's delete_action call, according to new stratergy, PA will not call oke's delete api
979: -- oke will set the row status to deleted in their AM method, which will be called by PA, and oke
980: -- will override EO's doDML method to handle delete case
981:
982: -- OKE_DELIVERABLE_UTILS_PUB.DELETE_ACTION
983: -- ( P_Action_ID => p_action_ver_id
984: -- , X_Return_Status => x_return_status
985: -- , X_Msg_Count => x_msg_count
986: -- , X_Msg_Data => x_msg_data

Line 990: pa_debug.write(g_module_name,'Returned from OKE_DELIVERABLE_UTILS_PUB.DELETE_ACTION ['||x_return_status||']',3) ;

986: -- , X_Msg_Data => x_msg_data
987: -- ) ;
988:
989: IF p_debug_mode = 'Y' THEN
990: pa_debug.write(g_module_name,'Returned from OKE_DELIVERABLE_UTILS_PUB.DELETE_ACTION ['||x_return_status||']',3) ;
991: END IF;
992:
993: -- IF X_Return_Status <> FND_API.G_RET_STS_SUCCESS THEN
994: -- RAISE Invalid_Arg_Exc_Dlv ;

Line 1192: l_shipping_initiated := nvl(OKE_DELIVERABLE_UTILS_PUB.WSH_Initiated_Yn(p_action_ver_id),'N') ;

1188: -- else
1189: -- allow shipping action deletion
1190: -- end if
1191:
1192: l_shipping_initiated := nvl(OKE_DELIVERABLE_UTILS_PUB.WSH_Initiated_Yn(p_action_ver_id),'N') ;
1193:
1194: IF l_shipping_initiated = 'Y' THEN
1195: l_err_message := 'PA_SHIP_ACTN_INIT_DEL_ERR';
1196: ELSE

Line 1197: IF nvl(OKE_DELIVERABLE_UTILS_PUB.Ready_To_Ship_Yn(p_action_ver_id),'N') = 'Y' THEN

1193:
1194: IF l_shipping_initiated = 'Y' THEN
1195: l_err_message := 'PA_SHIP_ACTN_INIT_DEL_ERR';
1196: ELSE
1197: IF nvl(OKE_DELIVERABLE_UTILS_PUB.Ready_To_Ship_Yn(p_action_ver_id),'N') = 'Y' THEN
1198: l_err_message := 'PA_SHIPPING_ACTION_DEL_ERR' ;
1199: END IF ;
1200: END IF;
1201: ELSIF p_function_code = g_procurement THEN

Line 1216: l_proc_initiated := nvl(OKE_DELIVERABLE_UTILS_PUB.REQ_Initiated_Yn(p_action_ver_id),'N') ;

1212: -- else
1213: -- allow procurement action deletion
1214: -- end if
1215:
1216: l_proc_initiated := nvl(OKE_DELIVERABLE_UTILS_PUB.REQ_Initiated_Yn(p_action_ver_id),'N') ;
1217:
1218: IF l_proc_initiated = 'Y' THEN
1219: l_err_message := 'PA_PROC_ACTN_INIT_DEL_ERR';
1220: ELSE

Line 1221: IF nvl(OKE_DELIVERABLE_UTILS_PUB.Ready_To_Procure_Yn(p_action_ver_id),'N') = 'Y' THEN

1217:
1218: IF l_proc_initiated = 'Y' THEN
1219: l_err_message := 'PA_PROC_ACTN_INIT_DEL_ERR';
1220: ELSE
1221: IF nvl(OKE_DELIVERABLE_UTILS_PUB.Ready_To_Procure_Yn(p_action_ver_id),'N') = 'Y' THEN
1222: l_err_message := 'PA_PROCUREMENT_ACTION_DEL_ERR' ;
1223: END IF ;
1224: END IF ;
1225: END IF ;

Line 1630: pa_debug.g_err_stage:= 'Before calling OKE_DELIVERABLE_UTILS_PUB.Copy_Action ';

1626: --If something is fetched Call the Copy Action API of OKE
1627: IF nvl(l_name_tbl.LAST,0)>0 THEN
1628:
1629: IF p_debug_mode = 'Y' THEN
1630: pa_debug.g_err_stage:= 'Before calling OKE_DELIVERABLE_UTILS_PUB.Copy_Action ';
1631: pa_debug.write(g_module_name,pa_debug.g_err_stage,5) ;
1632: END IF;
1633:
1634: -- 3612702 : when deliverable actions are copied based on due date

Line 1640: OKE_DELIVERABLE_UTILS_PUB.Copy_Action

1636: -- added one parameter to take due date, oke will populate this date in their table
1637: -- and dlvr action due date and txn dates will be in synch when actions are copied
1638:
1639: FOR i in l_name_tbl.FIRST..l_name_tbl.LAST LOOP
1640: OKE_DELIVERABLE_UTILS_PUB.Copy_Action
1641: ( P_Source_Project_ID => p_source_project_id
1642: , P_Target_Project_ID => p_target_project_id
1643: , P_Source_Deliverable_ID => l_source_object_ver_id
1644: , P_Target_Deliverable_ID => l_object_version_id

Line 1659: pa_debug.g_err_stage:= 'After calling OKE_DELIVERABLE_UTILS_PUB.Copy_Action ';

1655:
1656: END LOOP ;
1657:
1658: IF p_debug_mode = 'Y' THEN
1659: pa_debug.g_err_stage:= 'After calling OKE_DELIVERABLE_UTILS_PUB.Copy_Action ';
1660: pa_debug.write(g_module_name,pa_debug.g_err_stage,5) ;
1661: END IF;
1662:
1663: END IF ;

Line 1700: pa_debug.g_err_stage:= 'Before calling OKE_DELIVERABLE_UTILS_PUB.Default_Action In Loop ';

1696:
1697: IF nvl(l_name_tbl.LAST,0)>0 THEN
1698:
1699: IF p_debug_mode = 'Y' THEN
1700: pa_debug.g_err_stage:= 'Before calling OKE_DELIVERABLE_UTILS_PUB.Default_Action In Loop ';
1701: pa_debug.write(g_module_name,pa_debug.g_err_stage,5) ;
1702: END IF;
1703:
1704: FOR i in l_name_tbl.FIRST..l_name_tbl.LAST LOOP

Line 1721: OKE_DELIVERABLE_UTILS_PUB.Default_Action

1717: -- defaulting logic dates should be populated,
1718: -- added one parameter to take due date, oke will populate this date in their table
1719: -- and dlvr action due date and txn dates will be in synch when actions are defaulted
1720:
1721: OKE_DELIVERABLE_UTILS_PUB.Default_Action
1722: (
1723: P_Source_Code => 'PA'
1724: ,P_Action_Type => l_action_type
1725: ,P_Source_Action_Name => l_name_tbl(i)

Line 1735: pa_debug.g_err_stage:= 'After calling OKE_DELIVERABLE_UTILS_PUB.Default_Action In Loop';

1731:
1732: END LOOP ;
1733:
1734: IF p_debug_mode = 'Y' THEN
1735: pa_debug.g_err_stage:= 'After calling OKE_DELIVERABLE_UTILS_PUB.Default_Action In Loop';
1736: pa_debug.write(g_module_name,pa_debug.g_err_stage,5) ;
1737: END IF;
1738:
1739: END IF ;