DBA Data[Home] [Help]

APPS.FII_PROJECT_M_C dependencies on FND_MESSAGE

Line 38: errbuf := fnd_message.get;

34: l_from_date :=to_date(p_from_date,'YYYY/MM/DD HH24:MI:SS');
35: l_to_date :=to_date(p_to_date, 'YYYY/MM/DD HH24:MI:SS');
36:
37: IF (Not EDW_COLLECTION_UTIL.setup(l_dimension_name)) THEN
38: errbuf := fnd_message.get;
39: raise_application_error(-20000,'Error in SETUP: ' || errbuf);
40: END IF;
41:
42: FII_PROJECT_M_C.g_push_date_range1 := nvl(l_from_date,EDW_COLLECTION_UTIL.G_local_last_push_start_date - EDW_COLLECTION_UTIL.g_offset);

Line 447: l_seiban_project_type := fnd_message.get_string( 'FII', 'FII_PA_SEIBAN_PROJECT_TYPE' );

443: -- FII_PA_SEIBAN_PROJECT_TYPE message as a data source. This was
444: -- done to enable translation of the word "Seiban" into different
445: -- languages.
446:
447: l_seiban_project_type := fnd_message.get_string( 'FII', 'FII_PA_SEIBAN_PROJECT_TYPE' );
448:
449: if nvl( l_seiban_project_type, 'FII_PA_SEIBAN_PROJECT_TYPE' ) <> 'FII_PA_SEIBAN_PROJECT_TYPE' then
450: -- we have chacked that fnd_message returned a meaningful result;
451: -- insert record into the staging table.

Line 450: -- we have chacked that fnd_message returned a meaningful result;

446:
447: l_seiban_project_type := fnd_message.get_string( 'FII', 'FII_PA_SEIBAN_PROJECT_TYPE' );
448:
449: if nvl( l_seiban_project_type, 'FII_PA_SEIBAN_PROJECT_TYPE' ) <> 'FII_PA_SEIBAN_PROJECT_TYPE' then
450: -- we have chacked that fnd_message returned a meaningful result;
451: -- insert record into the staging table.
452:
453: l_instance := edw_instance.get_code;
454: