DBA Data[Home] [Help]

APPS.FA_CUA_HR_DISTRIBUTION_PKG dependencies on DUAL

Line 21: CURSOR C is Select FA_HIERARCHY_DISTRIBUTIONS_S.nextval from sys.dual;

17: , p_log_level_rec IN FA_API_TYPES.log_level_rec_type default null)
18: is
19: Cursor C1 is Select ROWID from FA_HIERARCHY_DISTRIBUTIONS
20: where distribution_id = x_distribution_id;
21: CURSOR C is Select FA_HIERARCHY_DISTRIBUTIONS_S.nextval from sys.dual;
22: Begin
23: if X_distribution_id is null then
24: open C;
25: fetch C into X_distribution_id ;