DBA Data[Home] [Help]

APPS.PER_PEA_SHD dependencies on PER_PERSON_ANALYSES

Line 13: person_id per_person_analyses.person_id%TYPE,

9: (
10: person_analysis_id number(15),
11: business_group_id number(15),
12: analysis_criteria_id number(15),
13: person_id per_person_analyses.person_id%TYPE,
14: /* Fix for the bug 6895989 starts here*/
15: -- comments varchar2(2000),
16: comments clob,
17: /*Fix for the bug 6895989 ends here*/

Line 55: g_tab_nam constant varchar2(30) :='PER_PERSON_ANALYSES';

51: -- ----------------------------------------------------------------------------
52: --
53: g_old_rec g_rec_type; -- Global record definition
54: g_api_dml boolean; -- Global api dml status
55: g_tab_nam constant varchar2(30) :='PER_PERSON_ANALYSES';
56: --
57: -- ----------------------------------------------------------------------------
58: -- |------------------------< return_api_dml_status >-------------------------|
59: -- ----------------------------------------------------------------------------