DBA Data[Home] [Help]

APPS.EGO_PAGES_BULKLOAD_PVT dependencies on FND_API

Line 2589: p_init_msg_list => fnd_api.g_false,

2585: p_internal_name => P_pg_tbl(i).internal_name,
2586: p_display_name => P_pg_tbl(i).display_name,
2587: p_description => P_pg_tbl(i).description,
2588: p_sequence => P_pg_tbl(i).SEQUENCE,
2589: p_init_msg_list => fnd_api.g_false,
2590: p_commit => fnd_api.g_false,
2591: x_page_id => x_page_id,
2592: x_return_status => x_return_status,
2593: x_errorcode => x_errorcode,

Line 2590: p_commit => fnd_api.g_false,

2586: p_display_name => P_pg_tbl(i).display_name,
2587: p_description => P_pg_tbl(i).description,
2588: p_sequence => P_pg_tbl(i).SEQUENCE,
2589: p_init_msg_list => fnd_api.g_false,
2590: p_commit => fnd_api.g_false,
2591: x_page_id => x_page_id,
2592: x_return_status => x_return_status,
2593: x_errorcode => x_errorcode,
2594: x_msg_count => x_msg_count,

Line 2641: p_init_msg_list => fnd_api.g_false,

2637: p_internal_name => P_pg_tbl(i).internal_name,
2638: p_display_name => P_pg_tbl(i).display_name,
2639: p_description => P_pg_tbl(i).description,
2640: p_sequence => P_pg_tbl(i).SEQUENCE,
2641: p_init_msg_list => fnd_api.g_false,
2642: p_commit => fnd_api.g_false,
2643: p_is_nls_mode => fnd_api.g_false,
2644: x_return_status => x_return_status,
2645: x_errorcode => x_errorcode,

Line 2642: p_commit => fnd_api.g_false,

2638: p_display_name => P_pg_tbl(i).display_name,
2639: p_description => P_pg_tbl(i).description,
2640: p_sequence => P_pg_tbl(i).SEQUENCE,
2641: p_init_msg_list => fnd_api.g_false,
2642: p_commit => fnd_api.g_false,
2643: p_is_nls_mode => fnd_api.g_false,
2644: x_return_status => x_return_status,
2645: x_errorcode => x_errorcode,
2646: x_msg_count => x_msg_count,

Line 2643: p_is_nls_mode => fnd_api.g_false,

2639: p_description => P_pg_tbl(i).description,
2640: p_sequence => P_pg_tbl(i).SEQUENCE,
2641: p_init_msg_list => fnd_api.g_false,
2642: p_commit => fnd_api.g_false,
2643: p_is_nls_mode => fnd_api.g_false,
2644: x_return_status => x_return_status,
2645: x_errorcode => x_errorcode,
2646: x_msg_count => x_msg_count,
2647: x_msg_data => x_msg_data);

Line 2689: p_init_msg_list => fnd_api.g_false,

2685: ego_ext_fwk_pub.Delete_page ( p_api_version => 1.0,
2686: p_object_id => G_OBJECT_ID,
2687: p_classification_code => P_pg_tbl(i).classification_code,
2688: p_internal_name => P_pg_tbl(i).internal_name,
2689: p_init_msg_list => fnd_api.g_false,
2690: p_commit => fnd_api.g_false,
2691: x_return_status => x_return_status,
2692: x_errorcode => x_errorcode,
2693: x_msg_count => x_msg_count,

Line 2690: p_commit => fnd_api.g_false,

2686: p_object_id => G_OBJECT_ID,
2687: p_classification_code => P_pg_tbl(i).classification_code,
2688: p_internal_name => P_pg_tbl(i).internal_name,
2689: p_init_msg_list => fnd_api.g_false,
2690: p_commit => fnd_api.g_false,
2691: x_return_status => x_return_status,
2692: x_errorcode => x_errorcode,
2693: x_msg_count => x_msg_count,
2694: x_msg_data => x_msg_data);

Line 2817: p_init_msg_list => fnd_api.g_false,

2813: p_page_id => P_ent_tbl(i).page_id,
2814: p_association_id => P_ent_tbl(i).old_association_id,
2815: p_sequence => P_ent_tbl(i).SEQUENCE,
2816: p_classification_code => P_ent_tbl(i).classification_code,
2817: p_init_msg_list => fnd_api.g_false,
2818: p_commit => fnd_api.g_false,
2819: x_return_status => x_return_status,
2820: x_errorcode => x_errorcode,
2821: x_msg_count => x_msg_count,

Line 2818: p_commit => fnd_api.g_false,

2814: p_association_id => P_ent_tbl(i).old_association_id,
2815: p_sequence => P_ent_tbl(i).SEQUENCE,
2816: p_classification_code => P_ent_tbl(i).classification_code,
2817: p_init_msg_list => fnd_api.g_false,
2818: p_commit => fnd_api.g_false,
2819: x_return_status => x_return_status,
2820: x_errorcode => x_errorcode,
2821: x_msg_count => x_msg_count,
2822: x_msg_data => x_msg_data);

Line 2885: p_init_msg_list => fnd_api.g_false,

2881: p_page_id => P_ent_tbl(i).page_id,
2882: p_new_association_id => NVL(P_ent_tbl(i).new_association_id,P_ent_tbl(i).old_association_id),
2883: p_old_association_id => P_ent_tbl(i).old_association_id,
2884: p_sequence => P_ent_tbl(i).SEQUENCE,
2885: p_init_msg_list => fnd_api.g_false,
2886: p_commit => fnd_api.g_false,
2887: x_return_status => x_return_status,
2888: x_errorcode => x_errorcode,
2889: x_msg_count => x_msg_count,

Line 2886: p_commit => fnd_api.g_false,

2882: p_new_association_id => NVL(P_ent_tbl(i).new_association_id,P_ent_tbl(i).old_association_id),
2883: p_old_association_id => P_ent_tbl(i).old_association_id,
2884: p_sequence => P_ent_tbl(i).SEQUENCE,
2885: p_init_msg_list => fnd_api.g_false,
2886: p_commit => fnd_api.g_false,
2887: x_return_status => x_return_status,
2888: x_errorcode => x_errorcode,
2889: x_msg_count => x_msg_count,
2890: x_msg_data => x_msg_data);

Line 2933: p_init_msg_list => fnd_api.g_false,

2929: ego_ext_fwk_pub.Delete_page_entry ( p_api_version => 1.0,
2930: p_page_id => P_ent_tbl(i).page_id,
2931: p_association_id => P_ent_tbl(i).old_association_id,
2932: p_classification_code => P_ent_tbl(i).classification_code,
2933: p_init_msg_list => fnd_api.g_false,
2934: p_commit => fnd_api.g_false,
2935: x_return_status => x_return_status,
2936: x_errorcode => x_errorcode,
2937: x_msg_count => x_msg_count,

Line 2934: p_commit => fnd_api.g_false,

2930: p_page_id => P_ent_tbl(i).page_id,
2931: p_association_id => P_ent_tbl(i).old_association_id,
2932: p_classification_code => P_ent_tbl(i).classification_code,
2933: p_init_msg_list => fnd_api.g_false,
2934: p_commit => fnd_api.g_false,
2935: x_return_status => x_return_status,
2936: x_errorcode => x_errorcode,
2937: x_msg_count => x_msg_count,
2938: x_msg_data => x_msg_data);