DBA Data[Home] [Help]

APPS.PN_CC_SYNC_PKG dependencies on FND_PROFILE

Line 133: l_last_updated_by := nvl(fnd_profile.VALUE ('USER_ID'), 0);

129: l_log_context := ' Getting as of Date..';
130: l_as_of_date := trunc(fnd_date.canonical_to_date(p_as_of_date));
131:
132: l_log_context := 'Initializing WHO variables..';
133: l_last_updated_by := nvl(fnd_profile.VALUE ('USER_ID'), 0);
134: l_last_update_login := nvl(fnd_profile.value('LOGIN_ID'),0);
135:
136: l_log_context := ' Getting segment column ' ;
137: l_column_name := pnp_util_func.get_segment_column_name(pn_mo_cache_utils.get_current_org_id);

Line 134: l_last_update_login := nvl(fnd_profile.value('LOGIN_ID'),0);

130: l_as_of_date := trunc(fnd_date.canonical_to_date(p_as_of_date));
131:
132: l_log_context := 'Initializing WHO variables..';
133: l_last_updated_by := nvl(fnd_profile.VALUE ('USER_ID'), 0);
134: l_last_update_login := nvl(fnd_profile.value('LOGIN_ID'),0);
135:
136: l_log_context := ' Getting segment column ' ;
137: l_column_name := pnp_util_func.get_segment_column_name(pn_mo_cache_utils.get_current_org_id);
138: