DBA Data[Home] [Help]

APPS.HZ_ORGANIZATION_INFO_V2PUB dependencies on HZ_FINANCIAL_REPORTS_PKG

Line 163: HZ_FINANCIAL_REPORTS_PKG.Insert_Row (

159:
160: --Bug 2490399: Added final_ind in financial_report_rec_type. Hence passing
161: --the final_ind value instead of fnd_api.g_miss_char.
162: -- call table handler to insert a row
163: HZ_FINANCIAL_REPORTS_PKG.Insert_Row (
164: x_ROWID => l_rowid,
165: x_FINANCIAL_REPORT_ID => p_financial_report_rec.financial_report_id,
166: x_DATE_REPORT_ISSUED => p_financial_report_rec.date_report_issued,
167: x_PARTY_ID => p_financial_report_rec.party_id,

Line 272: HZ_FINANCIAL_REPORTS_PKG.Update_Row (

268:
269: --Bug 2490399: Added final_ind in financial_report_rec_type. Hence passing
270: --the final_ind value instead of fnd_api.g_miss_char.
271: -- call table handler to update a row
272: HZ_FINANCIAL_REPORTS_PKG.Update_Row (
273: x_ROWID => l_rowid,
274: x_FINANCIAL_REPORT_ID => p_financial_report_rec.financial_report_id,
275: x_DATE_REPORT_ISSUED => p_financial_report_rec.date_report_issued,
276: x_PARTY_ID => p_financial_report_rec.party_id,

Line 865: * HZ_FINANCIAL_REPORTS_PKG.Select_Row

861: * DESCRIPTION
862: * Gets financial report record.
863: *
864: * EXTERNAL PROCEDURES/FUNCTIONS ACCESSED
865: * HZ_FINANCIAL_REPORTS_PKG.Select_Row
866: *
867: * ARGUMENTS
868: * IN:
869: * p_init_msg_list Initialize message stack if it is set to

Line 924: HZ_FINANCIAL_REPORTS_PKG.Select_Row (

920: p_financial_report_rec.financial_report_id := p_financial_report_id;
921:
922: --Bug 2490399: Added final_ind in financial_report_rec_type. Hence changing the call to
923: --select_row.
924: HZ_FINANCIAL_REPORTS_PKG.Select_Row (
925: x_financial_report_id => p_financial_report_rec.financial_report_id,
926: x_date_report_issued => p_financial_report_rec.date_report_issued,
927: x_party_id => p_financial_report_rec.party_id,
928: x_document_reference => p_financial_report_rec.document_reference,