DBA Data[Home] [Help]

APPS.PA_MAITN_ORG_UPDATE_BEROW dependencies on PA_ORG_UTILS

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

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

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

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