DBA Data[Home] [Help]

APPS.HZ_ORGANIZATION_INFO_V2PUB dependencies on HZ_FINANCIAL_NUMBERS_PKG

Line 376: HZ_FINANCIAL_NUMBERS_PKG.Insert_Row (

372: END IF;
373: END IF;
374:
375: -- call table handler to insert a row
376: HZ_FINANCIAL_NUMBERS_PKG.Insert_Row (
377: x_rowid => l_rowid,
378: x_financial_number_id => p_financial_number_rec.financial_number_id,
379: x_financial_report_id => p_financial_number_rec.financial_report_id,
380: x_financial_number => p_financial_number_rec.financial_number,

Line 519: HZ_FINANCIAL_NUMBERS_PKG.Update_Row (

515: p_api_version => 'V2');
516: */
517:
518: -- call table handler to update a row
519: HZ_FINANCIAL_NUMBERS_PKG.Update_Row (
520: x_rowid => l_rowid,
521: x_financial_number_id => p_financial_number_rec.financial_number_id,
522: x_financial_report_id => p_financial_number_rec.financial_report_id,
523: x_financial_number => p_financial_number_rec.financial_number,

Line 1277: * HZ_FINANCIAL_NUMBERS_PKG.Select_Row

1273: * DESCRIPTION
1274: * Gets financial number record.
1275: *
1276: * EXTERNAL PROCEDURES/FUNCTIONS ACCESSED
1277: * HZ_FINANCIAL_NUMBERS_PKG.Select_Row
1278: *
1279: * ARGUMENTS
1280: * IN:
1281: * p_init_msg_list Initialize message stack if it is set to

Line 1334: HZ_FINANCIAL_NUMBERS_PKG.Select_Row (

1330:
1331: -- The p_financial_number_rec.financial_number_id must be initiated to p_financial_number_id
1332: p_financial_number_rec.financial_number_id := p_financial_number_id;
1333:
1334: HZ_FINANCIAL_NUMBERS_PKG.Select_Row (
1335: x_financial_number_id => p_financial_number_rec.financial_number_id,
1336: x_financial_report_id => p_financial_number_rec.financial_report_id,
1337: x_financial_number => p_financial_number_rec.financial_number,
1338: x_financial_number_name => p_financial_number_rec.financial_number_name,