DBA Data[Home] [Help]

APPS.HZ_EXTRACT_ORG_CUST_BO_PVT dependencies on HZ_EXTRACT_ORGANIZATION_BO_PVT

Line 94: HZ_EXTRACT_ORGANIZATION_BO_PVT.get_organization_bo(

90: END IF;
91:
92: x_org_cust_obj := HZ_ORG_CUST_BO(p_action_type, NULL, NULL);
93:
94: HZ_EXTRACT_ORGANIZATION_BO_PVT.get_organization_bo(
95: p_init_msg_list => fnd_api.g_false,
96: p_organization_id => p_organization_id,
97: p_action_type => p_action_type,
98: x_organization_obj => x_org_cust_obj.organization_obj,

Line 353: HZ_EXTRACT_ORGANIZATION_BO_PVT.get_organization_bo(

349: */
350:
351: x_org_cust_objs(i) := HZ_ORG_CUST_BO('UNCHANGED', NULL, NULL);
352:
353: HZ_EXTRACT_ORGANIZATION_BO_PVT.get_organization_bo(
354: p_init_msg_list => fnd_api.g_false,
355: p_organization_id => l_obj_root_ids(i),
356: p_action_type => l_action_type,
357: x_organization_obj => x_org_cust_objs(i).organization_obj,

Line 368: HZ_EXTRACT_ORGANIZATION_BO_PVT.set_org_bo_action_type(p_event_id =>p_event_id,

364: END IF;
365:
366: if L_CHILD_OPERATION_FLAG = 'U'
367: then
368: HZ_EXTRACT_ORGANIZATION_BO_PVT.set_org_bo_action_type(p_event_id =>p_event_id,
369: p_root_id => l_obj_root_ids(i),
370: px_org_obj => x_org_cust_objs(i).organization_obj,
371: x_return_status => x_return_status);
372:

Line 986: HZ_EXTRACT_ORGANIZATION_BO_PVT.set_org_bo_action_type(p_event_id => l_child_event_id,

982: close c_get_child_event_id;
983: end if;
984: if l_child_event_id is not null
985: then
986: HZ_EXTRACT_ORGANIZATION_BO_PVT.set_org_bo_action_type(p_event_id => l_child_event_id,
987: p_root_id => p_root_id,
988: px_org_obj =>PX_ORG_CUST_OBJ.ORGANIZATION_OBJ,
989: x_return_status => x_return_status);
990: l_child_upd_flag := 'Y';

Line 1307: HZ_EXTRACT_ORGANIZATION_BO_PVT.get_organization_bo(

1303: END IF;
1304:
1305: x_org_cust_v2_obj := HZ_ORG_CUST_V2_BO(p_action_type, NULL, NULL);
1306:
1307: HZ_EXTRACT_ORGANIZATION_BO_PVT.get_organization_bo(
1308: p_init_msg_list => fnd_api.g_false,
1309: p_organization_id => p_organization_id,
1310: p_action_type => p_action_type,
1311: x_organization_obj => x_org_cust_v2_obj.organization_obj,

Line 1533: HZ_EXTRACT_ORGANIZATION_BO_PVT.get_organization_bo(

1529: x_org_cust_v2_objs.extend;
1530:
1531: x_org_cust_v2_objs(i) := HZ_ORG_CUST_V2_BO('UNCHANGED', NULL, NULL);
1532:
1533: HZ_EXTRACT_ORGANIZATION_BO_PVT.get_organization_bo(
1534: p_init_msg_list => fnd_api.g_false,
1535: p_organization_id => l_obj_root_ids(i),
1536: p_action_type => l_action_type,
1537: x_organization_obj => x_org_cust_v2_objs(i).organization_obj,

Line 1548: HZ_EXTRACT_ORGANIZATION_BO_PVT.set_org_bo_action_type(p_event_id =>p_event_id,

1544: END IF;
1545:
1546: if L_CHILD_OPERATION_FLAG = 'U'
1547: then
1548: HZ_EXTRACT_ORGANIZATION_BO_PVT.set_org_bo_action_type(p_event_id =>p_event_id,
1549: p_root_id => l_obj_root_ids(i),
1550: px_org_obj => x_org_cust_v2_objs(i).organization_obj,
1551: x_return_status => x_return_status);
1552:

Line 2132: HZ_EXTRACT_ORGANIZATION_BO_PVT.set_org_bo_action_type(p_event_id => l_child_event_id,

2128: close c_get_child_event_id;
2129: end if;
2130: if l_child_event_id is not null
2131: then
2132: HZ_EXTRACT_ORGANIZATION_BO_PVT.set_org_bo_action_type(p_event_id => l_child_event_id,
2133: p_root_id => p_root_id,
2134: px_org_obj =>PX_ORG_CUST_V2_OBJ.ORGANIZATION_OBJ,
2135: x_return_status => x_return_status);
2136: l_child_upd_flag := 'Y';