DBA Data[Home] [Help]

APPS.IGC_CBC_GL_FC_PKG dependencies on IGC_CBC_PO_GRP

Line 537: igc_cbc_po_grp.get_cbc_acct_date

533: IF (g_debug_mode = 'Y') THEN
534: Put_Debug_Msg(l_full_path, 'Before determining l_accounting_date');
535: END IF;
536: -- Get accounting date
537: igc_cbc_po_grp.get_cbc_acct_date
538: (
539: p_api_version => 1.0
540: ,p_init_msg_list => FND_API.G_FALSE
541: ,p_commit => FND_API.G_FALSE

Line 554: Put_Debug_Msg(l_full_path, 'Returned from igc_cbc_po_grp.get_cbc_acct_date '||l_return_status||' : '||l_packet_accounting_date );

550: ,x_cbc_acct_date => l_packet_accounting_date
551: ) ;
552:
553: IF (g_debug_mode = 'Y') THEN
554: Put_Debug_Msg(l_full_path, 'Returned from igc_cbc_po_grp.get_cbc_acct_date '||l_return_status||' : '||l_packet_accounting_date );
555: END IF;
556:
557: IF l_return_status <> FND_API.G_RET_STS_SUCCESS OR l_packet_accounting_date IS NULL
558: THEN

Line 566: igc_cbc_po_grp.get_cbc_acct_date

562:
563: IF l_packet_accounting_date IS NULL
564: THEN
565: --Get the accounting date from the database
566: igc_cbc_po_grp.get_cbc_acct_date
567: (
568: p_api_version => 1.0
569: ,p_init_msg_list => FND_API.G_FALSE
570: ,p_commit => FND_API.G_FALSE

Line 590: igc_cbc_po_grp.get_cbc_acct_date

586: IF l_return_status <> FND_API.G_RET_STS_SUCCESS
587: OR l_accounting_date IS NULL
588: THEN
589: --Default the accounting date
590: igc_cbc_po_grp.get_cbc_acct_date
591: (
592: p_api_version => 1.0
593: ,p_init_msg_list => FND_API.G_FALSE
594: ,p_commit => FND_API.G_FALSE

Line 615: igc_cbc_po_grp.update_cbc_acct_date

611: RETURN(0) ;
612: END IF ;
613:
614: -- A valid accounting date was obtained. Therefore update the document.
615: igc_cbc_po_grp.update_cbc_acct_date
616: (
617: p_api_version => 1.0
618: ,p_init_msg_list => FND_API.G_FALSE
619: ,p_commit => FND_API.G_FALSE