DBA Data[Home] [Help]

APPS.PA_CAPITAL_EVENTS_PVT dependencies on FND_DATE

Line 342: p_asset_date_through := fnd_date.canonical_to_date(p_asset_date_through_arg);

338:
339: PA_DEBUG.WRITE_FILE('LOG', TO_CHAR(SYSDATE,'HH:MI:SS')||': PA_DEBUG_MODE: '||PG_DEBUG);
340:
341: --CHANGING date arguments from VARCHAR2 TO DATE
342: p_asset_date_through := fnd_date.canonical_to_date(p_asset_date_through_arg);
343: p_ei_date_through := fnd_date.canonical_to_date(p_ei_date_through_arg);
344:
345: --Validate the required parameters
346: IF p_event_period_name IS NULL THEN

Line 343: p_ei_date_through := fnd_date.canonical_to_date(p_ei_date_through_arg);

339: PA_DEBUG.WRITE_FILE('LOG', TO_CHAR(SYSDATE,'HH:MI:SS')||': PA_DEBUG_MODE: '||PG_DEBUG);
340:
341: --CHANGING date arguments from VARCHAR2 TO DATE
342: p_asset_date_through := fnd_date.canonical_to_date(p_asset_date_through_arg);
343: p_ei_date_through := fnd_date.canonical_to_date(p_ei_date_through_arg);
344:
345: --Validate the required parameters
346: IF p_event_period_name IS NULL THEN
347: RAISE p_event_period_name_missing;