DBA Data[Home] [Help]

APPS.PAY_KW_MONTHLY_REPORTS dependencies on FND_SESSIONS

Line 136: INSERT INTO fnd_sessions (session_id, effective_date)

132: set_currency_mask(p_business_group_id);
133: l_input_date := '01-'||p_effective_month||'-'||p_effective_year;
134: l_effective_date := last_day(to_date(l_input_date,'DD-MM-YYYY'));
135: /*l_eff_term_date := to_date('28-'||to_char(l_effective_date,'MM-YYYY'),'DD-MM-YYYY');*/
136: INSERT INTO fnd_sessions (session_id, effective_date)
137: VALUES (userenv('sessionid'), l_effective_date);
138:
139: l_local_nationality := NULL;
140: BEGIN

Line 698: INSERT INTO fnd_sessions (session_id, effective_date)

694: l_fm_asi_value := NULL;
695: l_input_date := '01-'||p_effective_month||'-'||p_effective_year;
696: l_effective_date := last_day(to_date(l_input_date,'DD-MM-YYYY'));
697: /*l_eff_term_date := to_date('28-'||to_char(l_effective_date,'MM-YYYY'),'DD-MM-YYYY');*/
698: INSERT INTO fnd_sessions (session_id, effective_date)
699: VALUES (userenv('sessionid'), l_effective_date);
700:
701: l_user_format := NVL(FND_PROFILE.VALUE('HR_LOCAL_OR_GLOBAL_NAME_FORMAT'),'G');
702: l_local_nationality := NULL;

Line 1203: INSERT INTO fnd_sessions (session_id, effective_date)

1199:
1200: l_input_date := '01-'||p_effective_month||'-'||p_effective_year;
1201: l_effective_date := last_day(to_date(l_input_date,'DD-MM-YYYY'));
1202: /*l_eff_term_date := to_date('28-'||to_char(l_effective_date,'MM-YYYY'),'DD-MM-YYYY');*/
1203: INSERT INTO fnd_sessions (session_id, effective_date)
1204: VALUES (userenv('sessionid'), l_effective_date);
1205:
1206: l_user_format := NVL(FND_PROFILE.VALUE('HR_LOCAL_OR_GLOBAL_NAME_FORMAT'),'G');
1207: l_local_nationality := NULL;

Line 1793: INSERT INTO fnd_sessions (session_id, effective_date)

1789: set_currency_mask(p_business_group_id);
1790: l_input_date := '01-'||p_effective_month||'-'||p_effective_year;
1791: l_effective_date := last_day(to_date(l_input_date,'DD-MM-YYYY'));
1792: /*l_eff_term_date := to_date('28-'||to_char(l_effective_date,'MM-YYYY'),'DD-MM-YYYY');*/
1793: INSERT INTO fnd_sessions (session_id, effective_date)
1794: VALUES (userenv('sessionid'), l_effective_date);
1795:
1796: l_user_format := NVL(FND_PROFILE.VALUE('HR_LOCAL_OR_GLOBAL_NAME_FORMAT'),'G');
1797: l_local_nationality := NULL;