DBA Data[Home] [Help]

APPS.PO_DOCUMENT_FUNDS_PVT dependencies on PO_ENCUMBRANCE_PREPROCESSING

Line 2638: PO_ENCUMBRANCE_PREPROCESSING.derive_doc_types_from_dist(

2634:
2635: l_progress := '070';
2636:
2637: -- Convert the distribution type into document type and subtype.
2638: PO_ENCUMBRANCE_PREPROCESSING.derive_doc_types_from_dist(
2639: p_distribution_type => l_distribution_type
2640: , x_doc_type => l_doc_type
2641: , x_doc_subtype => l_doc_subtype
2642: );

Line 3487: PO_ENCUMBRANCE_PREPROCESSING.do_encumbrance_validations(

3483:
3484: IF p_doc_type = g_doc_type_REQUISITION AND l_is_par_dummy_req = 'Y' THEN
3485: l_validation_successful_flag := g_parameter_YES;
3486: ELSE
3487: PO_ENCUMBRANCE_PREPROCESSING.do_encumbrance_validations(
3488: p_action => p_action
3489: , p_check_only_flag => p_check_only_flag
3490: , p_doc_type => p_doc_type
3491: , p_doc_subtype => p_doc_subtype

Line 3512: PO_ENCUMBRANCE_PREPROCESSING.get_all_distributions(

3508:
3509: l_progress := '040';
3510:
3511: BEGIN
3512: PO_ENCUMBRANCE_PREPROCESSING.get_all_distributions(
3513: p_action => l_action
3514: , p_check_only_flag => p_check_only_flag
3515: , p_doc_type => p_doc_type
3516: , p_doc_subtype => p_doc_subtype

Line 3667: PO_ENCUMBRANCE_PREPROCESSING.derive_packet_values(

3663: PO_DEBUG.debug_var(l_log_head,l_progress,'l_partial_flag ',l_partial_flag);
3664: END IF;
3665:
3666: BEGIN
3667: PO_ENCUMBRANCE_PREPROCESSING.derive_packet_values(
3668: p_action => l_action
3669: , p_doc_type => p_doc_type
3670: , p_doc_subtype => p_doc_subtype
3671: , p_use_gl_date => l_use_gl_date

Line 4324: PO_ENCUMBRANCE_PREPROCESSING.check_enc_action_possible(

4320: SAVEPOINT IS_RESERVABLE_SP;
4321:
4322: l_progress := '020';
4323:
4324: PO_ENCUMBRANCE_PREPROCESSING.check_enc_action_possible(
4325: p_action => g_action_RESERVE,
4326: p_doc_type => p_doc_type,
4327: p_doc_subtype => p_doc_subtype,
4328: p_doc_level => p_doc_level,

Line 4435: PO_ENCUMBRANCE_PREPROCESSING.check_enc_action_possible(

4431: SAVEPOINT IS_UNRESERVABLE_SP;
4432:
4433: l_progress := '020';
4434:
4435: PO_ENCUMBRANCE_PREPROCESSING.check_enc_action_possible(
4436: p_action => g_action_UNRESERVE,
4437: p_doc_type => p_doc_type,
4438: p_doc_subtype => p_doc_subtype,
4439: p_doc_level => p_doc_level,

Line 5038: PO_ENCUMBRANCE_PREPROCESSING.delete_encumbrance_gt();

5034: l_progress := '100';
5035:
5036: -- Clear the existing data from the encumbrance table.
5037:
5038: PO_ENCUMBRANCE_PREPROCESSING.delete_encumbrance_gt();
5039:
5040: l_progress := '200';
5041:
5042: -- Get the distribution_type based on the doc_type, doc_subtype.

Line 5044: PO_ENCUMBRANCE_PREPROCESSING.derive_dist_from_doc_types(

5040: l_progress := '200';
5041:
5042: -- Get the distribution_type based on the doc_type, doc_subtype.
5043:
5044: PO_ENCUMBRANCE_PREPROCESSING.derive_dist_from_doc_types(
5045: p_doc_type => p_doc_type
5046: , p_doc_subtype => p_doc_subtype
5047: , x_distribution_type => l_distribution_type
5048: );