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 948: HZ_EXTRACT_ORGANIZATION_BO_PVT.set_org_bo_action_type(p_event_id => l_child_event_id,

944: close c_get_child_event_id;
945: end if;
946: if l_child_event_id is not null
947: then
948: HZ_EXTRACT_ORGANIZATION_BO_PVT.set_org_bo_action_type(p_event_id => l_child_event_id,
949: p_root_id => p_root_id,
950: px_org_obj =>PX_ORG_CUST_OBJ.ORGANIZATION_OBJ,
951: x_return_status => x_return_status);
952: l_child_upd_flag := 'Y';

Line 1269: HZ_EXTRACT_ORGANIZATION_BO_PVT.get_organization_bo(

1265: END IF;
1266:
1267: x_org_cust_v2_obj := HZ_ORG_CUST_V2_BO(p_action_type, NULL, NULL);
1268:
1269: HZ_EXTRACT_ORGANIZATION_BO_PVT.get_organization_bo(
1270: p_init_msg_list => fnd_api.g_false,
1271: p_organization_id => p_organization_id,
1272: p_action_type => p_action_type,
1273: x_organization_obj => x_org_cust_v2_obj.organization_obj,

Line 1495: HZ_EXTRACT_ORGANIZATION_BO_PVT.get_organization_bo(

1491: x_org_cust_v2_objs.extend;
1492:
1493: x_org_cust_v2_objs(i) := HZ_ORG_CUST_V2_BO('UNCHANGED', NULL, NULL);
1494:
1495: HZ_EXTRACT_ORGANIZATION_BO_PVT.get_organization_bo(
1496: p_init_msg_list => fnd_api.g_false,
1497: p_organization_id => l_obj_root_ids(i),
1498: p_action_type => l_action_type,
1499: x_organization_obj => x_org_cust_v2_objs(i).organization_obj,

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

1506: END IF;
1507:
1508: if L_CHILD_OPERATION_FLAG = 'U'
1509: then
1510: HZ_EXTRACT_ORGANIZATION_BO_PVT.set_org_bo_action_type(p_event_id =>p_event_id,
1511: p_root_id => l_obj_root_ids(i),
1512: px_org_obj => x_org_cust_v2_objs(i).organization_obj,
1513: x_return_status => x_return_status);
1514:

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

2090: close c_get_child_event_id;
2091: end if;
2092: if l_child_event_id is not null
2093: then
2094: HZ_EXTRACT_ORGANIZATION_BO_PVT.set_org_bo_action_type(p_event_id => l_child_event_id,
2095: p_root_id => p_root_id,
2096: px_org_obj =>PX_ORG_CUST_V2_OBJ.ORGANIZATION_OBJ,
2097: x_return_status => x_return_status);
2098: l_child_upd_flag := 'Y';