DBA Data[Home] [Help]

APPS.GME_TRANSACTIONS_PVT dependencies on FND_API

Line 446: | p_init_msg_list fnd_api.g_false or fnd_api.g_true is passed as input to determine whether to Initialize message list or not |

442: | interface records
443: |
444: | ARGUMENTS
445: | p_api_version API Version of this procedure. Current version is 1.0
446: | p_init_msg_list fnd_api.g_false or fnd_api.g_true is passed as input to determine whether to Initialize message list or not |
447: | p_commit Indicates whether to commit the changes after successful processing
448: | p_validation_level Indicates whether or not to perform a full validation
449: | x_return_status Returns the status to indicate success or failure of execution
450: | x_msg_count Returns number of error message in the error message stack in case of failure

Line 466: ,p_init_msg_list IN VARCHAR2 := fnd_api.g_false

462: +==========================================================================+ */
463: /* Bug 5255959 added p_clear_qty_cache parameter */
464: PROCEDURE process_transactions (
465: p_api_version IN NUMBER := 1
466: ,p_init_msg_list IN VARCHAR2 := fnd_api.g_false
467: ,p_commit IN VARCHAR2 := fnd_api.g_false
468: ,p_validation_level IN NUMBER
469: := fnd_api.g_valid_level_full
470: ,p_table IN NUMBER := 2

Line 467: ,p_commit IN VARCHAR2 := fnd_api.g_false

463: /* Bug 5255959 added p_clear_qty_cache parameter */
464: PROCEDURE process_transactions (
465: p_api_version IN NUMBER := 1
466: ,p_init_msg_list IN VARCHAR2 := fnd_api.g_false
467: ,p_commit IN VARCHAR2 := fnd_api.g_false
468: ,p_validation_level IN NUMBER
469: := fnd_api.g_valid_level_full
470: ,p_table IN NUMBER := 2
471: ,p_header_id IN NUMBER

Line 469: := fnd_api.g_valid_level_full

465: p_api_version IN NUMBER := 1
466: ,p_init_msg_list IN VARCHAR2 := fnd_api.g_false
467: ,p_commit IN VARCHAR2 := fnd_api.g_false
468: ,p_validation_level IN NUMBER
469: := fnd_api.g_valid_level_full
470: ,p_table IN NUMBER := 2
471: ,p_header_id IN NUMBER
472: := gme_common_pvt.get_txn_header_id
473: ,x_return_status OUT NOCOPY VARCHAR2

Line 478: ,p_clear_qty_cache IN VARCHAR2 := fnd_api.g_true);

474: ,x_msg_count OUT NOCOPY NUMBER
475: ,x_msg_data OUT NOCOPY VARCHAR2
476: ,x_trans_count OUT NOCOPY NUMBER
477: --Bug#5584699 Changed the datatype from boolean to varchar2.
478: ,p_clear_qty_cache IN VARCHAR2 := fnd_api.g_true);
479: --,p_clear_qty_cache IN BOOLEAN DEFAULT TRUE);
480:
481: /* +==========================================================================+
482: | PROCEDURE NAME

Line 490: | p_init_msg_list fnd_api.g_false or fnd_api.g_true is passed as input to determine whether to Initialize message list or not |

486: | Query quantities at a level specified by the input
487: |
488: | ARGUMENTS
489: | p_api_version API Version of this procedure. Current version is 1.0
490: | p_init_msg_list fnd_api.g_false or fnd_api.g_true is passed as input to determine whether to Initialize message list or not |
491: | x_return_status Returns the status to indicate success or failure of execution
492: | x_msg_count Returns number of error message in the error message stack in case of failure
493: | x_msg_data Returns the error message in case of failure
494: |

Line 505: DEFAULT fnd_api.g_false

501: +==========================================================================+ */
502: PROCEDURE query_quantities (
503: p_api_version_number IN NUMBER := 1
504: ,p_init_msg_lst IN VARCHAR2
505: DEFAULT fnd_api.g_false
506: ,x_return_status OUT NOCOPY VARCHAR2
507: ,x_msg_count OUT NOCOPY NUMBER
508: ,x_msg_data OUT NOCOPY VARCHAR2
509: ,p_organization_id IN NUMBER

Line 553: | p_init_msg_list fnd_api.g_false or fnd_api.g_true is passed as input to determine whether to Initialize message list or not |

549: | return the quantities at the level after the update
550: |
551: | ARGUMENTS
552: | p_api_version API Version of this procedure. Current version is 1.0
553: | p_init_msg_list fnd_api.g_false or fnd_api.g_true is passed as input to determine whether to Initialize message list or not |
554: | x_return_status Returns the status to indicate success or failure of execution
555: | x_msg_count Returns number of error message in the error message stack in case of failure
556: | x_msg_data Returns the error message in case of failure
557: |

Line 568: DEFAULT fnd_api.g_false

564: +==========================================================================+ */
565: PROCEDURE update_quantities (
566: p_api_version_number IN NUMBER := 1
567: ,p_init_msg_lst IN VARCHAR2
568: DEFAULT fnd_api.g_false
569: ,x_return_status OUT NOCOPY VARCHAR2
570: ,x_msg_count OUT NOCOPY NUMBER
571: ,x_msg_data OUT NOCOPY VARCHAR2
572: ,p_organization_id IN NUMBER