DBA Data[Home] [Help]

APPS.PA_CONTROL_ITEMS_UTILS dependencies on PA_CONTROL_ITEMS_PVT

Line 935: pa_debug.write_file('ChangeCiStatus: before call to pa_control_items_pvt.UPDATE_CONTROL_ITEM_STATUS');

931: IF (p_validate_only <> fnd_api.g_true AND x_return_status = 'S') THEN
932: -- debug_msg_s1 ('6 ' || x_return_status);
933:
934: IF P_PA_DEBUG_MODE = 'Y' THEN
935: pa_debug.write_file('ChangeCiStatus: before call to pa_control_items_pvt.UPDATE_CONTROL_ITEM_STATUS');
936: END IF;
937:
938: pa_control_items_pvt.UPDATE_CONTROL_ITEM_STATUS (
939: 1.0,

Line 938: pa_control_items_pvt.UPDATE_CONTROL_ITEM_STATUS (

934: IF P_PA_DEBUG_MODE = 'Y' THEN
935: pa_debug.write_file('ChangeCiStatus: before call to pa_control_items_pvt.UPDATE_CONTROL_ITEM_STATUS');
936: END IF;
937:
938: pa_control_items_pvt.UPDATE_CONTROL_ITEM_STATUS (
939: 1.0,
940: p_init_msg_list,
941: p_commit,
942: p_validate_only,

Line 952: pa_debug.write_file('ChangeCiStatus: after call to pa_control_items_pvt.UPDATE_CONTROL_ITEM_STATUS');

948: x_msg_count,
949: x_msg_data
950: );
951: IF P_PA_DEBUG_MODE = 'Y' THEN
952: pa_debug.write_file('ChangeCiStatus: after call to pa_control_items_pvt.UPDATE_CONTROL_ITEM_STATUS');
953: END IF;
954:
955:
956: --Bug # 4618856 - if statement is added to check the return status

Line 1924: pa_control_items_pvt.UPDATE_CONTROL_ITEM_STATUS (

1920: ,x_msg_count => x_msg_count
1921: ,x_msg_data => x_msg_data);
1922: */
1923:
1924: pa_control_items_pvt.UPDATE_CONTROL_ITEM_STATUS (
1925: p_api_version => 1.0
1926: ,p_init_msg_list => FND_API.G_TRUE
1927: ,p_validate_only => FND_API.G_FALSE
1928: ,p_ci_id => p_ci_id

Line 2641: pa_debug.write_file('ChangeCiStatus: before call to pa_control_items_pvt.change_included_cr_status');

2637: IF l_next_sys_status = 'CI_CANCELED' THEN
2638: -- set included CR status to APPROVED
2639:
2640: IF P_PA_DEBUG_MODE = 'Y' THEN
2641: pa_debug.write_file('ChangeCiStatus: before call to pa_control_items_pvt.change_included_cr_status');
2642: END IF;
2643:
2644: pa_control_items_pvt.change_included_cr_status
2645: (p_ci_id,

Line 2644: pa_control_items_pvt.change_included_cr_status

2640: IF P_PA_DEBUG_MODE = 'Y' THEN
2641: pa_debug.write_file('ChangeCiStatus: before call to pa_control_items_pvt.change_included_cr_status');
2642: END IF;
2643:
2644: pa_control_items_pvt.change_included_cr_status
2645: (p_ci_id,
2646: x_return_status,
2647: x_msg_count,
2648: x_msg_data

Line 2652: pa_debug.write_file('ChangeCiStatus: after call to pa_control_items_pvt.change_included_cr_status');

2648: x_msg_data
2649: );
2650:
2651: IF P_PA_DEBUG_MODE = 'Y' THEN
2652: pa_debug.write_file('ChangeCiStatus: after call to pa_control_items_pvt.change_included_cr_status');
2653: END IF;
2654:
2655: ----- call delete included items api here
2656:

Line 2658: pa_debug.write_file('ChangeCiStatus: before call to pa_control_items_pvt.delete_all_included_crs');

2654:
2655: ----- call delete included items api here
2656:
2657: IF P_PA_DEBUG_MODE = 'Y' THEN
2658: pa_debug.write_file('ChangeCiStatus: before call to pa_control_items_pvt.delete_all_included_crs');
2659: END IF;
2660:
2661: pa_control_items_pvt.delete_all_included_crs
2662: (p_validate_only => 'F',

Line 2661: pa_control_items_pvt.delete_all_included_crs

2657: IF P_PA_DEBUG_MODE = 'Y' THEN
2658: pa_debug.write_file('ChangeCiStatus: before call to pa_control_items_pvt.delete_all_included_crs');
2659: END IF;
2660:
2661: pa_control_items_pvt.delete_all_included_crs
2662: (p_validate_only => 'F',
2663: p_init_msg_list => 'F',
2664: p_ci_id => p_ci_id,
2665: x_return_status => x_return_status,

Line 2670: pa_debug.write_file('ChangeCiStatus: after call to pa_control_items_pvt.delete_all_included_crs');

2666: x_msg_count => x_msg_count,
2667: x_msg_data => x_msg_data);
2668:
2669: IF P_PA_DEBUG_MODE = 'Y' THEN
2670: pa_debug.write_file('ChangeCiStatus: after call to pa_control_items_pvt.delete_all_included_crs');
2671: END IF;
2672:
2673: -- cancel open actions
2674: IF (l_curr_sys_status = 'CI_WORKING' and p_validate_only <> fnd_api.g_true AND x_return_status = 'S') then