DBA Data[Home] [Help]

APPS.AP_APXTRSWP_XMLP_PKG dependencies on XLA_MO_REPORTING_API

Line 951: XLA_MO_REPORTING_API.Initialize(p_reporting_level,p_reporting_entity_id,'AUTO');

947: END;
948:
949: function AfterPForm return boolean is
950: begin
951: XLA_MO_REPORTING_API.Initialize(p_reporting_level,p_reporting_entity_id,'AUTO');
952: p_level_name := XLA_MO_REPORTING_API.Get_Reporting_level_name;
953: p_entity_name := XLA_MO_REPORTING_API.Get_Reporting_entity_name;
954: p_ac_org_where := XLA_MO_REPORTING_API.Get_Predicate('ac', null);
955: p_aid_org_where := XLA_MO_REPORTING_API.Get_Predicate('aid', null);

Line 952: p_level_name := XLA_MO_REPORTING_API.Get_Reporting_level_name;

948:
949: function AfterPForm return boolean is
950: begin
951: XLA_MO_REPORTING_API.Initialize(p_reporting_level,p_reporting_entity_id,'AUTO');
952: p_level_name := XLA_MO_REPORTING_API.Get_Reporting_level_name;
953: p_entity_name := XLA_MO_REPORTING_API.Get_Reporting_entity_name;
954: p_ac_org_where := XLA_MO_REPORTING_API.Get_Predicate('ac', null);
955: p_aid_org_where := XLA_MO_REPORTING_API.Get_Predicate('aid', null);
956: p_aip_org_where := XLA_MO_REPORTING_API.Get_Predicate('aip', null);

Line 953: p_entity_name := XLA_MO_REPORTING_API.Get_Reporting_entity_name;

949: function AfterPForm return boolean is
950: begin
951: XLA_MO_REPORTING_API.Initialize(p_reporting_level,p_reporting_entity_id,'AUTO');
952: p_level_name := XLA_MO_REPORTING_API.Get_Reporting_level_name;
953: p_entity_name := XLA_MO_REPORTING_API.Get_Reporting_entity_name;
954: p_ac_org_where := XLA_MO_REPORTING_API.Get_Predicate('ac', null);
955: p_aid_org_where := XLA_MO_REPORTING_API.Get_Predicate('aid', null);
956: p_aip_org_where := XLA_MO_REPORTING_API.Get_Predicate('aip', null);
957: p_aph_org_where := XLA_MO_REPORTING_API.Get_Predicate('aph', null);

Line 954: p_ac_org_where := XLA_MO_REPORTING_API.Get_Predicate('ac', null);

950: begin
951: XLA_MO_REPORTING_API.Initialize(p_reporting_level,p_reporting_entity_id,'AUTO');
952: p_level_name := XLA_MO_REPORTING_API.Get_Reporting_level_name;
953: p_entity_name := XLA_MO_REPORTING_API.Get_Reporting_entity_name;
954: p_ac_org_where := XLA_MO_REPORTING_API.Get_Predicate('ac', null);
955: p_aid_org_where := XLA_MO_REPORTING_API.Get_Predicate('aid', null);
956: p_aip_org_where := XLA_MO_REPORTING_API.Get_Predicate('aip', null);
957: p_aph_org_where := XLA_MO_REPORTING_API.Get_Predicate('aph', null);
958: return (TRUE);

Line 955: p_aid_org_where := XLA_MO_REPORTING_API.Get_Predicate('aid', null);

951: XLA_MO_REPORTING_API.Initialize(p_reporting_level,p_reporting_entity_id,'AUTO');
952: p_level_name := XLA_MO_REPORTING_API.Get_Reporting_level_name;
953: p_entity_name := XLA_MO_REPORTING_API.Get_Reporting_entity_name;
954: p_ac_org_where := XLA_MO_REPORTING_API.Get_Predicate('ac', null);
955: p_aid_org_where := XLA_MO_REPORTING_API.Get_Predicate('aid', null);
956: p_aip_org_where := XLA_MO_REPORTING_API.Get_Predicate('aip', null);
957: p_aph_org_where := XLA_MO_REPORTING_API.Get_Predicate('aph', null);
958: return (TRUE);
959: end;

Line 956: p_aip_org_where := XLA_MO_REPORTING_API.Get_Predicate('aip', null);

952: p_level_name := XLA_MO_REPORTING_API.Get_Reporting_level_name;
953: p_entity_name := XLA_MO_REPORTING_API.Get_Reporting_entity_name;
954: p_ac_org_where := XLA_MO_REPORTING_API.Get_Predicate('ac', null);
955: p_aid_org_where := XLA_MO_REPORTING_API.Get_Predicate('aid', null);
956: p_aip_org_where := XLA_MO_REPORTING_API.Get_Predicate('aip', null);
957: p_aph_org_where := XLA_MO_REPORTING_API.Get_Predicate('aph', null);
958: return (TRUE);
959: end;
960:

Line 957: p_aph_org_where := XLA_MO_REPORTING_API.Get_Predicate('aph', null);

953: p_entity_name := XLA_MO_REPORTING_API.Get_Reporting_entity_name;
954: p_ac_org_where := XLA_MO_REPORTING_API.Get_Predicate('ac', null);
955: p_aid_org_where := XLA_MO_REPORTING_API.Get_Predicate('aid', null);
956: p_aip_org_where := XLA_MO_REPORTING_API.Get_Predicate('aip', null);
957: p_aph_org_where := XLA_MO_REPORTING_API.Get_Predicate('aph', null);
958: return (TRUE);
959: end;
960:
961: FUNCTION GET_ACCRUAL_BASIS RETURN BOOLEAN IS