DBA Data[Home] [Help]

APPS.CSI_ORG_UNIT_VLD_PVT dependencies on CSI_DATASTRUCTURES_PUB

Line 422: ,p_org_unit_rec OUT NOCOPY csi_datastructures_pub.organization_units_rec

418:
419:
420: FUNCTION Val_and_get_inst_ou_id
421: (p_instance_ou_id IN NUMBER
422: ,p_org_unit_rec OUT NOCOPY csi_datastructures_pub.organization_units_rec
423: ,p_stack_err_msg IN BOOLEAN )
424: RETURN BOOLEAN
425: IS
426:

Line 499: (p_org_unit_rec IN csi_datastructures_pub.organization_units_rec

495: /* ids are valid and returns values */
496: /*----------------------------------------------------------*/
497:
498: FUNCTION Is_Expire_Op
499: (p_org_unit_rec IN csi_datastructures_pub.organization_units_rec
500: ,p_stack_err_msg IN BOOLEAN
501: )
502: RETURN BOOLEAN
503: IS

Line 700: IF csi_datastructures_pub.g_install_param_rec.fetch_flag IS NULL THEN

696: IS
697: l_dump_frequency NUMBER;
698:
699: BEGIN
700: IF csi_datastructures_pub.g_install_param_rec.fetch_flag IS NULL THEN
701: csi_gen_utility_pvt.populate_install_param_rec;
702: END IF;
703: --
704: l_dump_frequency := csi_datastructures_pub.g_install_param_rec.history_full_dump_frequency;

Line 704: l_dump_frequency := csi_datastructures_pub.g_install_param_rec.history_full_dump_frequency;

700: IF csi_datastructures_pub.g_install_param_rec.fetch_flag IS NULL THEN
701: csi_gen_utility_pvt.populate_install_param_rec;
702: END IF;
703: --
704: l_dump_frequency := csi_datastructures_pub.g_install_param_rec.history_full_dump_frequency;
705: --
706: IF p_stack_err_msg = TRUE THEN
707: IF l_dump_frequency IS NULL THEN
708: FND_MESSAGE.SET_NAME('CSI','CSI_API_GET_FULL_DUMP_FAILED');