DBA Data[Home] [Help]

APPS.PA_ADW_COLLECT_MAIN dependencies on PA_ADW_CUSTOM_COLLECT

Line 705: pa_adw_custom_collect.get_dimension_tables

701:
702: IF ( x_dimension_table = 'CUSTOM_DIMENSIONS_TABLES'
703: OR x_dimension_table IS NULL ) THEN
704:
705: pa_adw_custom_collect.get_dimension_tables
706: (x_err_stage,
707: x_err_stack,
708: x_err_code,
709: 'I'); -- Incremental Collection

Line 751: pa_adw_custom_collect.get_fact_tables

747: IF ( x_fact_table = 'CUSTOM_FACT_TABLES'
748: OR x_fact_table IS NULL ) THEN
749:
750: -- Collect Custom Fact Tables
751: pa_adw_custom_collect.get_fact_tables
752: (x_project_num_from,
753: x_project_num_to,
754: x_err_stage,
755: x_err_stack,

Line 907: pa_adw_custom_collect.get_dimension_tables

903: END IF;
904:
905: -- Collect Custom Dimensions
906:
907: pa_adw_custom_collect.get_dimension_tables
908: (x_err_stage,
909: x_err_stack,
910: x_err_code,
911: 'R'); -- refresh process

Line 934: pa_adw_custom_collect.get_fact_tables

930: x_err_stack,
931: x_err_code);
932:
933: -- Collect Custom Fact Tables
934: pa_adw_custom_collect.get_fact_tables
935: (NULL, -- x_project_num_from
936: NULL, -- x_project_num_to
937: x_err_stage,
938: x_err_stack,