DBA Data[Home] [Help]

APPS.HR_CCMGR_SS dependencies on HR_CCMGR_TYPE

Line 21: procedure validate_ccmgr_record(p_ccmgr_rec IN HR_CCMGR_TYPE

17: -- ---------------------------------------------------------------------------
18: -- Purpose: This procedure invokes the Organization Information api's
19: -- p_validate_mode (TRUE, FALSE): (Validation only, INS/UPD mode)
20: -- ---------------------------------------------------------------------------
21: procedure validate_ccmgr_record(p_ccmgr_rec IN HR_CCMGR_TYPE
22: ,p_validate_mode IN Boolean Default True
23: ,p_eff_date IN Date
24: ,p_warning OUT NOCOPY Boolean);
25: