DBA Data[Home] [Help]

APPS.HR_PARAMETER_HRMNPSUM dependencies on HRFASTANSWERS

Line 25: HrFastAnswers.Initialize(

21: -- Pass in globals for user id, responsibility id, application id,
22: -- and security group. The correct business group and organization
23: -- version (used to determine Org LOV) are determined and passed back
24: -- into global variables in this package
25: HrFastAnswers.Initialize(
26: p_user_id => FND_GLOBAL.user_id,
27: p_resp_id => FND_GLOBAL.resp_id,
28: p_resp_appl_id => FND_GLOBAL.resp_appl_id,
29: p_sec_group_id => FND_GLOBAL.security_group_id,

Line 42: HrFastAnswers.Initialize(

38: -- This procedure replaces the reports AfterPForm Trigger and initializes
39: -- globals (just in case they are not already set
40:
41: -- Initialize the report parameters
42: HrFastAnswers.Initialize(
43: p_user_id => FND_GLOBAL.user_id,
44: p_resp_id => FND_GLOBAL.resp_id,
45: p_resp_appl_id => FND_GLOBAL.resp_appl_id,
46: p_sec_group_id => FND_GLOBAL.security_group_id,