DBA Data[Home] [Help]

APPS.PA_MAITN_ORG_UPDATE_BEROW dependencies on PA_ORG_UTILS

Line 13: pa_org_utils.maintain_org_hist_brd(:old.org_structure_version_id,

9: if hr_general.g_data_migrator_mode <> 'Y' then
10: IF (pa_imp.pa_implemented_all) THEN
11: if ( :old.org_structure_version_id <> :new.org_structure_version_id)
12: then
13: pa_org_utils.maintain_org_hist_brd(:old.org_structure_version_id,
14: :old.organization_id_child,
15: v_err_code,
16: v_err_stage,
17: v_err_stack);

Line 28: pa_org_utils.newRows(pa_org_utils.newRows.count+1) := :new.rowid;

24: fnd_message.set_name('PA', v_err_stage);
25: app_exception.raise_exception;
26: end if;
27: end if;
28: pa_org_utils.newRows(pa_org_utils.newRows.count+1) := :new.rowid;
29: END IF;
30: end if;
31: END;